Skip to content

Commit

Permalink
release v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Jun 9, 2023
1 parent a58458d commit f7819c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion newsroom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from superdesk import register_resource # noqa
from typing import Dict, List, Tuple

__version__ = "2.3.1"
__version__ = "2.3.3"

# reuse content api dbs
MONGO_PREFIX = "CONTENTAPI_MONGO"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newsroom-core",
"version": "2.3.1",
"version": "2.3.3",
"license": "GPLv3",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="Newsroom-Core",
version="2.3.1",
version="2.3.3",
description="Newsroom Core library",
author="Sourcefabric",
url="https://github.com/superdesk/newsroom-core",
Expand Down

0 comments on commit f7819c7

Please sign in to comment.