Skip to content

Commit

Permalink
Merge pull request #1399 from ScilifelabDataCentre/DDS-1469-make-new-…
Browse files Browse the repository at this point in the history
…release-to-fix-security-issues

Version change before release: 2.2.61
  • Loading branch information
i-oden authored Feb 27, 2023
2 parents aa49b06 + 166004a commit 6e4c6c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dds_web/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.2.6"
__version__ = "2.2.61"
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert version.__version__ == "2.2.6"
assert version.__version__ == "2.2.61"

0 comments on commit 6e4c6c4

Please sign in to comment.