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

update versions and lock files

parent fdba1c64
No related branches found
No related tags found
1 merge request!1608update versions and lock files
Pipeline #14811 canceled
Showing
with 21 additions and 21 deletions
[tool.poetry]
name = "productfetcher"
version = "2.8.2.3rc1"
version = "2.8.3dev1"
description = "Product fetcher: retrieve products from NGAS and other places for the archive and place them on disk"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
......
[tool.poetry]
name = "ssa_update_stage"
version = "2.8.2.3rc1"
version = "2.8.3dev1"
description = "Update stage: pass status information back to workspaces over the HT Chirp protocol"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
......
......@@ -18,4 +18,4 @@
"""
Update stage: pass status information back to workspaces over the HT Chirp protocol
"""
__version__ = "2.8.2.3rc1"
__version__ = "2.8.3dev1"
[tool.poetry]
name = "ssa_vela"
version = "2.8.2.3rc1"
version = "2.8.3dev1"
description = "Workspaces CASA functionality bridge"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
......
......@@ -18,4 +18,4 @@
"""
Workspaces CASA functionality bridge
"""
__version__ = "2.8.2.3rc1"
__version__ = "2.8.3dev1"
[tool.poetry]
name = "wf_inspector"
version = "2.8.2.3rc1"
version = "2.8.3dev1"
description = "Command-line script that wraps the functionality of `docker exec -it` to enter our workflow Docker container"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
......
......@@ -16,4 +16,4 @@
# You should have received a copy of the GNU General Public License
# along with Workspaces. If not, see <https://www.gnu.org/licenses/>.
"""wf_inspector: access a running workflow via ssh"""
__version__ = "2.8.2.3rc1"
__version__ = "2.8.3dev1"
[tool.poetry]
name = "ws_annihilator"
version = "2.8.2.3rc1"
version = "2.8.3dev1"
description = "Workspaces Directory Annihilator; Clean up generated products from lustre!"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
......
......@@ -18,4 +18,4 @@
"""
Workspaces Directory Annihilator; Clean up generated products from lustre!
"""
__version__ = "2.8.2.3rc1"
__version__ = "2.8.3dev1"
[tool.poetry]
name = "ws_metrics"
version = "2.8.2.3rc1"
version = "2.8.3dev1"
description = "Workspaces metrics reporter for users outside of SSA."
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
......
......@@ -18,4 +18,4 @@
"""
Workspaces metrics reporter for users outside of SSA.
"""
__version__ = "2.8.2.3rc1"
__version__ = "2.8.3dev1"
......@@ -18,4 +18,4 @@
"""
AAT Wrest: Workspaces-to-Archive metadata retriever
"""
__version__ = "2.8.2.3rc1"
__version__ = "2.8.3dev1"
......@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "aat_wrest"
version = "2.8.2.3rc1"
version = "2.8.3dev1"
description = "AAT Wrest: Workspaces-to-Archive metadata retriever"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
......
......@@ -18,4 +18,4 @@
"""
Contact information wrester
"""
__version__ = "2.8.2.3rc1"
__version__ = "2.8.3dev1"
[tool.poetry]
name = "contacts_wrest"
version = "2.8.2.3rc1"
version = "2.8.3dev1"
description = "Contact information wrester"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
......
......@@ -18,4 +18,4 @@
"""
Workspaces database core sampler
"""
__version__ = "2.8.2.3rc1"
__version__ = "2.8.3dev1"
[tool.poetry]
name = "core_sampler"
version = "2.8.2.3rc1"
version = "2.8.3dev1"
description = "Workspaces database core sampler"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
......
......@@ -383,7 +383,7 @@ tests = ["pytest", "pytz", "simplejson"]
[[package]]
name = "messaging"
version = "2.8.2.3rc1"
version = "2.8.3dev1"
description = "SSA Messaging is an AMQP-based asynchronous messaging system based on passing simple Python objects as JSON."
optional = false
python-versions = "~3.10"
......@@ -706,7 +706,7 @@ files = [
[[package]]
name = "workspaces"
version = "2.8.2.3rc1"
version = "2.8.3dev1"
description = "SSA Workspaces shared library"
optional = false
python-versions = "~3.10"
......
[tool.poetry]
name = "wf_monitor"
version = "2.8.2.3rc1"
version = "2.8.3dev1"
description = "Workflow monitor that reads in HTCondor logs and translates them into AMQP events"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
......
......@@ -18,4 +18,4 @@
"""
Workflow monitor that reads in HTCondor logs and translates them into AMQP events
"""
__version__ = "2.8.2.3rc1"
__version__ = "2.8.3dev1"
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