Skip to content

Commit e44dbca

Browse files
committed
release 3.0.2
1 parent 2323e3e commit e44dbca

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.types import UserRole
1414

15-
__version__ = "3.0.1"
15+
__version__ = "3.0.2"
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": "3.0.1",
3+
"version": "3.0.2",
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.1",
18+
version="3.0.2",
1919
description="Newsroom Core library",
2020
author="Sourcefabric",
2121
url="https://github.com/superdesk/newsroom-core",

0 commit comments

Comments
 (0)