Skip to content

Commit

Permalink
release 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Jan 21, 2021
1 parent d66d7a7 commit 6f1461a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Superdesk Server Changelog

## [2.0.12] 2021-01-21

### Fixed

- Fix elastic search not working on capitalized words.

## [2.0.11] 2021-01-18

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

setup(
name='Superdesk-Core',
version='2.0.11',
version='2.0.12',
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.0.11'
__version__ = '2.0.12'

API_NAME = 'Superdesk API'
SCHEMA_VERSION = 0
Expand Down

0 comments on commit 6f1461a

Please sign in to comment.