Skip to content
Snippets Groups Projects
Commit 174ff4cd authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

Merge branch 'update-versions-patch' into '2.8.3.1-patch'

update versions for patch release

See merge request !1682
parents 1379f2fe 864272fe
No related branches found
No related tags found
3 merge requests!1687Pickup patch changes,!1685merge patch to main,!1682update versions for patch release
Pipeline #16129 passed
Showing
with 24 additions and 22 deletions
......@@ -2,7 +2,7 @@
# Docs: https://callowayproject.github.io/bump-my-version/
# NB: Run with `--ignore-missing-version` flag to ignore PyCAPO's version
[tool.bumpversion]
current_version = "2.8.3.1rc1"
current_version = "2.8.3.1"
parse = """(?x)
(?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\.
......@@ -11,13 +11,15 @@ parse = """(?x)
\\.(?P<smallpatch>0|[1-9]\\d*)
)? # smallpatch section is optional
(?:
(?P<pre_l>[a-zA-Z-]+) # pre-release label
(?P<pre_l>[a-zA-Z-]+|\\.[a-zA-Z-]+) # pre-release label
(?P<pre_n>0|[1-9]\\d*) # pre-release version number
)? # pre-release section is optional
"""
serialize = [
"{major}.{minor}.{patch}{pre_l}{pre_n}",
"{major}.{minor}.{patch}.{pre_l}{pre_n}",
"{major}.{minor}.{patch}.{smallpatch}{pre_l}{pre_n}",
"{major}.{minor}.{patch}.{smallpatch}.{pre_l}{pre_n}",
"{major}.{minor}.{patch}.{smallpatch}",
"{major}.{minor}.{patch}",
]
......@@ -25,7 +27,7 @@ allow_dirty = true
ignore_missing_version = true
[tool.bumpversion.parts.pre_l]
values = ["dev", "rc", "final"] # Python Versioning: https://packaging.python.org/en/latest/specifications/version-specifiers/#version-specifiers
values = [".dev", "rc", "final"] # Python Versioning: https://packaging.python.org/en/latest/specifications/version-specifiers/#version-specifiers
optional_value = "final"
[tool.bumpversion.parts.pre_n]
......
......@@ -24,7 +24,7 @@ variables:
POSTGRES_DB: archive
POSTGRES_USER: "archive"
POSTGRES_PASSWORD: "docker"
RELEASE_VERSION: 2.8.3.1rc1
RELEASE_VERSION: 2.8.3.1
image: docker:19.03.12
......
......@@ -46,7 +46,7 @@ func main() {
if *v {
//TODO: fix version system for containers
log.Println("2.8.3.1rc1")
log.Println("2.8.3.1")
os.Exit(0)
}
......
......@@ -18,4 +18,4 @@
"""
Workspaces system for launching CARTA for viewing images
"""
__version__ = "2.8.3.1rc1"
__version__ = "2.8.3.1"
[tool.poetry]
name = "carta_envoy"
version = "2.8.3.1rc1"
version = "2.8.3.1"
description = "Workspaces system for launching CARTA for viewing images"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
......
......@@ -18,4 +18,4 @@
"""
Workspaces CASA functionality bridge
"""
__version__ = "2.8.3.1rc1"
__version__ = "2.8.3.1"
[tool.poetry]
name = "casa_envoy"
version = "2.8.3.1rc1"
version = "2.8.3.1"
description = "Workspaces CASA functionality bridge"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
......
......@@ -18,4 +18,4 @@
"""
Conveyor
"""
__version__ = "2.8.3.1rc1"
__version__ = "2.8.3.1"
[tool.poetry]
name = "conveyor"
version = "2.8.3.1rc1"
version = "2.8.3.1"
description = "Conveyor"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
......
......@@ -18,4 +18,4 @@
"""
Workspaces metrics reporter for users outside of SSA.
"""
__version__ = "2.8.3.1rc1"
__version__ = "2.8.3.1"
[tool.poetry]
name = "data_annotator"
version = "2.8.3.1rc1"
version = "2.8.3.1"
description = "Workspaces CLI tool for creating and deleting comments associated with data quality."
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
......
......@@ -18,4 +18,4 @@
"""
Workspaces data delivery module
"""
__version__ = "2.8.3.1rc1"
__version__ = "2.8.3.1"
[tool.poetry]
name = "ssa_deliver"
version = "2.8.3.1rc1"
version = "2.8.3.1"
description = "Workspaces data delivery module"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
......
......@@ -18,4 +18,4 @@
"""
Ingest envoy
"""
__version__ = "2.8.3.1rc1"
__version__ = "2.8.3.1"
[tool.poetry]
name = "ingest_envoy"
version = "2.8.3.1rc1"
version = "2.8.3.1"
description = "Ingest envoy"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
......
[tool.poetry]
name = "ssa_mediator"
version = "2.8.3.1rc1"
version = "2.8.3.1"
description = "Mediator: the Workspaces intervention utility"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
......
......@@ -18,4 +18,4 @@
"""
Mediator: the Workspaces intervention utility
"""
__version__ = "2.8.3.1rc1"
__version__ = "2.8.3.1"
......@@ -18,4 +18,4 @@
"""
This is the null executable, a baseline test of the functionality of the Workspaces system.
"""
__version__ = "2.8.3.1rc1"
__version__ = "2.8.3.1"
[tool.poetry]
name = "ssa_null"
version = "2.8.3.1rc1"
version = "2.8.3.1"
description = "This is the null executable, a baseline test of the functionality of the Workspaces system."
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
......
......@@ -18,4 +18,4 @@
"""
Product fetcher: retrieve products from NGAS and other places for the archive and place them on disk
"""
__version__ = "2.8.3.1rc1"
__version__ = "2.8.3.1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment