Skip to content

Commit

Permalink
Release 1.7.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Sep 17, 2019
1 parent 06aa4b0 commit 5b697df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- fix(flake8): Resolve 'D413 Missing blank line after last section' (#1312)
- fix(import ui-framework): Add helpers and colors to scss imports (#1323)
- fix to use modal__backdrop class locally (#1326)
- [SDESK-4691] Planning was not published when event was completed (#1330)

## [1.6.2] 2019-08-21
### Features
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.7.0-rc1",
"version": "1.7.0-rc2",
"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 @@ -42,7 +42,7 @@
import planning.output_formatters # noqa
from planning.planning_download import init_app as init_planning_download_app

__version__ = '1.7.0-rc1'
__version__ = '1.7.0-rc2'


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.7.0-rc1",
version="1.7.0-rc2",
package_dir={'': 'server'},
packages=find_packages('server'),
package_data=package_data,
Expand Down

0 comments on commit 5b697df

Please sign in to comment.