Skip to content

Commit

Permalink
release 2.8.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Aug 22, 2024
1 parent 91cb177 commit 8346e96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

setup(
name="Superdesk-Core",
version="2.8.0.dev",
version="2.8.0rc1",
description="Superdesk Core library",
long_description=LONG_DESCRIPTION,
author="petr jasek",
Expand Down
2 changes: 1 addition & 1 deletion superdesk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from apps.common.models.base_model import BaseModel
from apps.common.components.base_component import BaseComponent

__version__ = "2.8.0.dev"
__version__ = "2.8.0rc1"

API_NAME = "Superdesk API"
SCHEMA_VERSION = 2
Expand Down

0 comments on commit 8346e96

Please sign in to comment.