Skip to content

Commit

Permalink
release 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Nov 30, 2023
1 parent 76a8ebb commit 2eacca9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superdesk-planning",
"version": "2.5.1",
"version": "2.5.2",
"license": "AGPL-3.0",
"description": "",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion server/planning/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
import planning.output_formatters # noqa
from planning.planning_download import init_app as init_planning_download_app

__version__ = "2.5.1"
__version__ = "2.5.2"

_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.5.1",
version="2.5.2",
description=DESCRIPTION,
long_description=DESCRIPTION,
package_dir={'': 'server'},
Expand Down

0 comments on commit 2eacca9

Please sign in to comment.