Skip to content

Commit

Permalink
release 1.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed May 25, 2018
1 parent ef93dbe commit 8d70729
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Superdesk Server Changelog

## [1.18.5] 2018-05-25

### Fixed

- Fix `item.annotation.id` schema to be integer type.
- Fix data upgrade script failing after running data init.

## [1.18.4] 2018-05-23

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

setup(
name='Superdesk-Core',
version='1.18.4',
version='1.18.5',
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.18.4'
__version__ = '1.18.5'

API_NAME = 'Superdesk API'
SCHEMA_VERSION = 0
Expand Down

0 comments on commit 8d70729

Please sign in to comment.