Skip to content

Commit 4fb9fbe

Browse files
committed
release 2.6.1
1 parent 4e80f6e commit 4fb9fbe

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

newsroom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
from newsroom.user_roles import UserRole
1414

15-
__version__ = "2.6.0-rc2"
15+
__version__ = "2.6.1"
1616

1717
# reuse content api dbs
1818
MONGO_PREFIX = "CONTENTAPI_MONGO"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "newsroom-core",
3-
"version": "2.6.0-rc2",
3+
"version": "2.6.1",
44
"license": "GPLv3",
55
"repository": {
66
"type": "git",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="Newsroom-Core",
18-
version="2.6.0-rc2",
18+
version="2.6.1",
1919
description="Newsroom Core library",
2020
author="Sourcefabric",
2121
url="https://github.com/superdesk/newsroom-core",

0 commit comments

Comments
 (0)