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 1d34288 commit 246a3c1
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-analytics",
"version": "2.5.1",
"version": "2.5.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion server/analytics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
from superdesk.celery_app import celery
from superdesk.default_settings import celery_queue, crontab

__version__ = "2.5.1"
__version__ = "2.5.2"

SERVER_PATH = path.dirname(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 @@ -40,7 +40,7 @@ def run(self):

setup(
name="superdesk-analytics",
version="2.5.1",
version="2.5.2",
package_dir={'': 'server'},
packages=find_packages('server'),
package_data=package_data,
Expand Down

0 comments on commit 246a3c1

Please sign in to comment.