Skip to content

Commit

Permalink
Updated version number to v0.5.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
freddieknets committed Jan 8, 2025
1 parent 60af690 commit ba556ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xcoll"
version = "0.5.12rc0"
version = "0.5.12"
description = "Xsuite collimation package"
homepage = "https://github.com/xsuite/xcoll"
repository = "https://github.com/xsuite/xcoll"
Expand All @@ -25,14 +25,14 @@ python = ">=3.8"
ruamel-yaml = { version = "^0.17.31", optional = true }
numpy = ">=1.0"
pandas = ">=1.4"
xobjects = ">=0.4.5"
xdeps = ">=0.8.1"
xobjects = ">=0.4.6"
xdeps = ">=0.8.4"
xpart = ">=0.19.3"
xtrack = ">=0.70.3"
xtrack = ">=0.72.2"

[tool.poetry.dev-dependencies]
pytest = ">=7.3"
xaux = ">=0.2.1"
xaux = ">=0.2.2"

[tool.poetry.extras]
tests = ["pytest", "ruamel-yaml", "pytest-html", "pytest-xdist"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from xcoll import __version__

def test_version():
assert __version__ == '0.5.12rc0'
assert __version__ == '0.5.12'
2 changes: 1 addition & 1 deletion xcoll/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# ======================
# Do not change
# ======================
__version__ = '0.5.12rc0'
__version__ = '0.5.12'
# ======================

0 comments on commit ba556ce

Please sign in to comment.