Skip to content

Commit

Permalink
Updating cores for UAT Release v1.29.3-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Jul 9, 2019
1 parent 401e166 commit cbdb3e1
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@

## [unreleased]
## [1.29.3] NOT RELEASE YET
### Superdesk Change Log
#### Added
- [SDESK-4436] Template for downloading events for courts listing

#### Fixed
- fix(pollution macro) retry requests
- fix(abs macro) upate item when exected on stage macro

### Superdesk Planning Change Log
#### Added
- [SDESK-4063] Add loader animation on file upload
- [SDESK-4400] Time in Event exports are in UTC instead of server timezone
- [SDESK-4329] Show coverage type in palnning widget coverage details
- [SDESK-4307] Locations Management enhancements
- [SDESK-4375] Show 'genre' in assignments list view
- [SDESK-4377] Make ed-note editable in add-to-planning modal
- [SDBELGA-108] Add unused templates at the end of recent event templates list.
- [SDBELGA-108] List all recent event templates is 'limit' query param was not provided.
- [SDBELGA-108] Store event related data as subdict in event templates schema.
- [SDBELGA-108] Event temlates API.
- [SDESK-4368] Publish time in delivery record is not taking content item's publish schedule into account

#### Fixed
- (fix) Limit pydocstyle < 4.0
- [SDESK-4453] Coverage schedule time for published or scheduled news item should be derived from the news item
- [SDESK-4451] sequence_no in delivery record was null instead of 0 by default
- [SDESK-4410] Location from an event was not getting deleted
- [SDESK-4410] Bug when setting time for Coverage Schedule Date
- [SDESK-4414] Locking linked updated news story was locking the assignment

## [0.1] - 2015-09-04

Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "GPL-3.0",
"dependencies": {
"superdesk-core": "superdesk/superdesk-client-core#7b86cf5",
"superdesk-planning": "superdesk/superdesk-planning#a82b642",
"superdesk-planning": "superdesk/superdesk-planning#687122f",
"superdesk-analytics": "superdesk/superdesk-analytics#e4188fd"
}
}
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ oauth2client==4.1.3
requests<2.22

git+git://github.com/superdesk/superdesk-core.git@93ac7cb#egg=Superdesk-Core
git+git://github.com/superdesk/superdesk-planning.git@a82b642#egg=superdesk-planning
git+git://github.com/superdesk/superdesk-planning.git@687122f#egg=superdesk-planning
git+git://github.com/superdesk/superdesk-analytics.git@e4188fd#egg=superdesk-analytics
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='Superdesk-Server',
version='0.1.3-dev',
version='1.29.3-rc2',
description='Superdesk REST API server',
long_description=LONG_DESCRIPTION,
author='petr jasek',
Expand Down

0 comments on commit cbdb3e1

Please sign in to comment.