Skip to content

Commit

Permalink
Release 1.10.1-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Feb 5, 2020
1 parent 770ae67 commit 5eb6821
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Superdesk Planning Changelog

## [1.10.1-rc1] Not Released Yet
## [1.10.1-rc2] Not Released Yet
### Features
- [SDESK-4767] Feature to attach files to coverages (#1403)
- [SDESK-4775] Attach .xmp file to picture assignments (#1405)
Expand All @@ -17,11 +17,15 @@
- [SDNTB-616] fix: update time not working for ingested events. (#1409)
- [sdesk-4776] Allow a user id to be passed to complete assignment (#1410)
- [SDESK-4509] Port e2e tests from Protractor to Cypress (#1408)
- [SDBELGA-262] EVENT FILES - Save additional file information. (#1412)
- [SDBELGA-262] (EVENT FILES) - Save additional file information. (#1412)
- fix(e2e): Failing to click on Contacts Close button (#1418)
- [SDESK-4888] Wrong history entry when creating a Planning item with a coverage (#1414)
- [SDESK-4890] Multiple errors when canceling a coverage (#1413)
- [SDESK-4976] Assignment notifications not having XMP file attachments (#1417)
- [SDESK-4796] Bug around assignment XMP mapping when XMP is attached during assignment creation (#1419)
- [SDNTB-622] (INGEST) NIFS event ingest parser error (#1415)
- [SDESK-4993] Planning item with an XMP file was not getting published (#1422)
- [SDESK-4977] Duplicating coverage or planning item should duplicate the XMP File too (#1423)

## [1.10.0] 2019-12-12
### 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.10.1-rc1",
"version": "1.10.1-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 @@ -45,7 +45,7 @@
import planning.output_formatters # noqa
from planning.planning_download import init_app as init_planning_download_app

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

0 comments on commit 5eb6821

Please sign in to comment.