Skip to content

Commit

Permalink
release 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Jul 25, 2024
1 parent 9f8c9bd commit d846566
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion newsroom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from newsroom.user_roles import UserRole

__version__ = "2.7.0"
__version__ = "2.7.1"

# reuse content api dbs
MONGO_PREFIX = "CONTENTAPI_MONGO"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.0",
"version": "2.7.1",
"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.7.0",
version="2.7.1",
description="Newsroom Core library",
author="Sourcefabric",
url="https://github.com/superdesk/newsroom-core",
Expand Down

0 comments on commit d846566

Please sign in to comment.