Skip to content

Commit 8834415

Browse files
gek20hjhsalo
andcommitted
Release version 2.3.3
Updates after version 2.3.2: - Update Homepage text (webui) - Show message according to B2SHARE_SITE_FUNCTION env value Co-authored-by: Harri Hirvonsalo <[email protected]>
1 parent b9138c9 commit 8834415

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
"""Upgrade recipe migrating B2SHARE from version 2.3.2 to 2.3.3."""
2+
3+
4+
from __future__ import absolute_import, print_function
5+
6+
import pkg_resources
7+
8+
from .common import elasticsearch_index_init
9+
10+
from ..api import UpgradeRecipe
11+
12+
13+
migrate_2_3_2_to_2_3_3 = UpgradeRecipe('2.3.2', '2.3.3')
14+
15+
# There are no ES mapping updates
16+
17+
# There are no changes to the db schema, so no other updates are necessary

b2share/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
"""Version number."""
2222

2323

24-
__version__ = "2.3.2"
24+
__version__ = "2.3.3"

0 commit comments

Comments
 (0)