Skip to content

Commit

Permalink
release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Oct 1, 2024
1 parent ec31062 commit 71c99ed
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.8.0-dev",
"version": "2.8.0",
"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 @@ -78,7 +78,7 @@
from planning.planning_locks import init_app as init_planning_locks_app
from planning.search.planning_autocomplete import init_app as init_planning_autocomplete_app

__version__ = "2.8.0-dev"
__version__ = "2.8.0"

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

0 comments on commit 71c99ed

Please sign in to comment.