Skip to content

Commit

Permalink
Merge pull request #1375 from ScilifelabDataCentre/version
Browse files Browse the repository at this point in the history
Verison bump: 2.2.6
  • Loading branch information
i-oden authored Jan 31, 2023
2 parents 5327ca4 + f5042e2 commit 3705574
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,4 @@ Please add a _short_ line describing the PR you make, if the PR implements a spe
- Refactoring: move cronjobs previously handled by APScheduler to flask commands ([#1355](https://github.com/ScilifelabDataCentre/dds_web/pull/1355))
- Bug: Fix type issue in 0c9c237cced5 (latest) migration ([#1360](https://github.com/ScilifelabDataCentre/dds_web/pull/1360))
- Database: New `Reporting` table for saving unit / user stats every month ([#1363](https://github.com/ScilifelabDataCentre/dds_web/pull/1363))
- Version bump: 2.2.6 ([#1375](https://github.com/ScilifelabDataCentre/dds_web/pull/1375))
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.4"
__version__ = "2.2.6"
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.4"
assert version.__version__ == "2.2.6"

0 comments on commit 3705574

Please sign in to comment.