Skip to content

Commit

Permalink
release v2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Oct 19, 2022
1 parent d9814aa commit 5fc6fb1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Superdesk Server Changelog

## [2.4.4] 2022-10-19

[Changes](https://github.com/superdesk/superdesk-core/milestone/129?closed=1)

## [2.4.3] 2022-09-20

[Changes](https://github.com/superdesk/superdesk-core/milestone/126?closed=1)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

setup(
name="Superdesk-Core",
version="2.4.3",
version="2.4.4",
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 @@ -31,7 +31,7 @@
from apps.common.models.base_model import BaseModel
from apps.common.components.base_component import BaseComponent

__version__ = "2.4.3"
__version__ = "2.4.4"

API_NAME = "Superdesk API"
SCHEMA_VERSION = 2
Expand Down

0 comments on commit 5fc6fb1

Please sign in to comment.