Skip to content

Commit

Permalink
Merge pull request #1884 from hjhsalo/update_to_223
Browse files Browse the repository at this point in the history
Release 2.2.3
  • Loading branch information
JohannesLares authored Oct 20, 2022
2 parents b948ef8 + 2bec9d5 commit 3c6ee27
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions b2share/modules/upgrade/upgrades/upgrade_2_2_2_to_2_2_3.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
"""Upgrade recipe migrating B2SHARE from version 2.2.2 to 2.2.3."""


from __future__ import absolute_import, print_function

import pkg_resources

from ..api import UpgradeRecipe


migrate_2_2_2_to_2_2_3 = UpgradeRecipe('2.2.2', '2.2.3')

# No changes to Elasticsearch mappings

# There are no changes to the db schema, so no other updates are necessary
2 changes: 1 addition & 1 deletion b2share/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"""Version number."""


__version__ = "2.2.2"
__version__ = "2.2.3"

0 comments on commit 3c6ee27

Please sign in to comment.