Skip to content

Commit

Permalink
upgrade version to 3.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Nov 11, 2024
1 parent a24cfe4 commit efb31ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.types import UserRole

__version__ = "2.8.0rc1"
__version__ = "3.0.0-alpha.1"

# 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": "3.0.0-dev0",
"version": "3.0.0-alpha.1",
"license": "GPLv3",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="Newsroom-Core",
version="3.0.0-dev0",
version="3.0.0-alpha.1",
description="Newsroom Core library",
author="Sourcefabric",
url="https://github.com/superdesk/newsroom-core",
Expand All @@ -26,13 +26,13 @@
install_requires=requirements,
scripts=[],
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 3 - Alpha",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
],
)

0 comments on commit efb31ac

Please sign in to comment.