Skip to content

Commit 4d21f92

Browse files
committed
Release 3.0.0-rc.6
1 parent a25eef7 commit 4d21f92

3 files changed

Lines changed: 3 additions & 3 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.types import UserRole
1414

15-
__version__ = "3.0.0-rc.5"
15+
__version__ = "3.0.0-rc.6"
1616

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

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": "3.0.0-rc.5",
3+
"version": "3.0.0-rc.6",
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="3.0.0-rc.5",
18+
version="3.0.0-rc.6",
1919
description="Newsroom Core library",
2020
author="Sourcefabric",
2121
url="https://github.com/superdesk/newsroom-core",

0 commit comments

Comments
 (0)