Skip to content

Commit

Permalink
release 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Sep 14, 2021
1 parent 336c218 commit a4d01ca
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

## [2.3.3] 2021-09-14

### Fixed

- Fix slow query used by translate.
- Fix placeline translation handling.

## [2.3.2] 2021-09-07

### 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.3.2",
version="2.3.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 @@ -31,7 +31,7 @@
from apps.common.models.base_model import BaseModel
from apps.common.components.base_component import BaseComponent

__version__ = "2.3.2"
__version__ = "2.3.3"

API_NAME = "Superdesk API"
SCHEMA_VERSION = 2
Expand Down

0 comments on commit a4d01ca

Please sign in to comment.