Skip to content

Commit

Permalink
Release 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Dec 17, 2019
1 parent 9f4c0c3 commit 39b2101
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Newsroom Changelog

## [1.17.0-rc1] Not released yet
## [1.17.0] 2019-12-17
### Features
- [SDAN-614] Watch individual coverages (#910)
- [SDAN-600] Item action to remove wire based items (#928)
Expand All @@ -17,6 +17,7 @@
- [SDAN-622] Append 'anpa_take_key' to slugline in views (#929)
- [SDAN-620] Change to make mail-to common for all email links in the Coverage Inquiry email (#933)
- [SDAN-614] Minor UI changes to watching individual coverages (#930)
- [SDAN-625] Improve rendering performance of Agenda list (#937)

### Fixes
- [SDAN-616] Use current time to populate date filter for media hrefs (#893)
Expand All @@ -34,6 +35,7 @@
- [SDAN-619] Correct tagging for AM Weather (#922)
- [SDAN-615] Unable to empty filters on a topic (#923)
- fix(celery): Incorrect reference to app in dumps/loads (#932)
- fix(celery): Use newsroom.flask_app instead of flask.current_app (#936)

## [1.16.1] 2019-11-04
### Improvements
Expand Down
2 changes: 1 addition & 1 deletion newsroom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import superdesk
from superdesk import register_resource # noqa

__version__ = '1.17.0-rc1'
__version__ = '1.17.0'

# reuse content api dbs
MONGO_PREFIX = 'CONTENTAPI_MONGO'
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": "newsroom",
"version": "1.17.0-rc1",
"version": "1.17.0",
"license": "GPL-3.0",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='Newsroom',
version='1.17.0-rc1',
version='1.17.0',
description='Newsroom app',
author='Sourcefabric',
url='https://github.com/superdesk/newsroom',
Expand Down

0 comments on commit 39b2101

Please sign in to comment.