Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Oct 16, 2019
1 parent fc397ec commit 4a1eee8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Superdesk Planning Changelog

## [1.8.0-rc2] Not released yet
## [1.8.0] 2019-10-17
### Features
- [SDBELGA-101][SDBELGA-102][SDBELGA-103] Event templates (#1328)
- [SDESK-4565] Independently sort Assignment lists (#1344)
Expand Down
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": "1.8.0-rc2",
"version": "1.8.0",
"license": "AGPL-3.0",
"description": "",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion server/planning/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import planning.output_formatters # noqa
from planning.planning_download import init_app as init_planning_download_app

__version__ = '1.8.0-rc2'
__version__ = '1.8.0'


def init_app(app):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="superdesk-planning",
version="1.8.0-rc2",
version="1.8.0",
package_dir={'': 'server'},
packages=find_packages('server'),
package_data=package_data,
Expand Down

0 comments on commit 4a1eee8

Please sign in to comment.