Skip to content

Commit

Permalink
release 1.31.3
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Sep 6, 2019
1 parent 92fb789 commit bd54134
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Superdesk Server Changelog

## [1.31.3] 2019-09-06

### Fixed

- Avoid sending multi line subject via email.
- Use pymongo 3.8.
- Fix NINJS formatter error when custom crop is not set for picture item.

## [1.31.2] 2019-09-03

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

setup(
name='Superdesk-Core',
version='1.31.2',
version='1.31.3',
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 @@ -26,7 +26,7 @@
from .workflow import * # noqa
from .signals import * # noqa

__version__ = '1.31.2'
__version__ = '1.31.3'

API_NAME = 'Superdesk API'
SCHEMA_VERSION = 0
Expand Down

0 comments on commit bd54134

Please sign in to comment.