Skip to content

Commit

Permalink
release 2.6.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Dec 20, 2022
1 parent f70c856 commit 9e24238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/planning/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
import planning.io # noqa
from planning.planning_download import init_app as init_planning_download_app

__version__ = "2.6.0rc1"
__version__ = "2.6.0rc2"

_SERVER_PATH = os.path.dirname(os.path.realpath(__file__))

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="superdesk-planning",
version="2.6.0rc1",
version="2.6.0rc2",
description=DESCRIPTION,
long_description=DESCRIPTION,
package_dir={'': 'server'},
Expand Down

0 comments on commit 9e24238

Please sign in to comment.