Skip to content

Commit

Permalink
release 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Jun 30, 2017
1 parent 5777c7d commit e58beea
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ before_script: >
df -h
&& sudo sed -i 's\enabled: true\enabled: false\' /etc/mongod.conf
&& sudo service mongod restart
&& sudo service elasticsearch restart
script:
- flake8
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Superdesk Server Changelog

## [1.8.4] 2017-06-30

### Fixed

- Fix bad field type in Wordpress import.
- Fix fetching media from relative URLs.
- Remove SMS flag on duplication.
- Fix item history for scheduled items.
- Ingested content should preserve its source on duplication/rewrite.

## [1.8.3] 2017-06-19

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
'websockets>=3.0,<3.3',
'mongolock>=1.3.4,<1.4',
'PyYAML>=3.11,<3.13',
'lxml',
'lxml>=3.7.3,<3.8',
]

package_data = {
Expand All @@ -60,7 +60,7 @@

setup(
name='Superdesk-Core',
version='1.8.3',
version='1.8.4',
description='Superdesk Core library',
long_description=LONG_DESCRIPTION,
author='petr jasek',
Expand Down
2 changes: 1 addition & 1 deletion superdesk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from .privilege import privilege, intrinsic_privilege, get_intrinsic_privileges # noqa
from .workflow import * # noqa

__version__ = '1.8.3'
__version__ = '1.8.4'

API_NAME = 'Superdesk API'
SCHEMA_VERSION = 0
Expand Down

0 comments on commit e58beea

Please sign in to comment.