Skip to content

Commit

Permalink
release 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Apr 19, 2021
1 parent efcd4cf commit 9779e4d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Superdesk Server Changelog

## [2.1.3] 2021-04-19

### Fixed

- Fix error when auto publishing associated items with schedule.
- Unlock article after publishing.
- Update lxml version.
- Fix default content template not available in planning scheduled export.
- Fix correction workflow.
- Fix editor field not updated when applying a template.

## [2.1.2] 2021-02-24

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

setup(
name="Superdesk-Core",
version="2.1.2",
version="2.1.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__ = "2.1.2"
__version__ = "2.1.3"

API_NAME = "Superdesk API"
SCHEMA_VERSION = 1
Expand Down

0 comments on commit 9779e4d

Please sign in to comment.