Skip to content

Commit

Permalink
Bump to version 4.13.21
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Dec 11, 2023
1 parent f405c0b commit 8350b9b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Changes in version 4.13.21
Fix issue #3855 introduced in 4.13.19

Changes in version 4.13.20
Revise firewall rules changes introduced in 4.13.19

Expand Down
2 changes: 1 addition & 1 deletion backend/globaleaks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__author__ = 'GlobaLeaks'
__email__ = 'info@globaleaks.org'
__copyright__ = '2011-2023 - GlobaLeaks'
__version__ = '4.13.20'
__version__ = '4.13.21'
__license__ = 'AGPL-3.0'

DATABASE_VERSION = 66
Expand Down
2 changes: 1 addition & 1 deletion client/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "GlobaLeaks",
"description": "GlobaLeaks - Free and Open-Source Whistleblowing Software",
"version": "4.13.20",
"version": "4.13.21",
"license": "AGPL-3.0",
"author": "GlobaLeaks",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
globaleaks (4.13.21) stable; urgency=medium

* New stable release

-- GlobaLeaks software signing key <info@globaleaks.org> Mon, 11 Dec 2023 12:54:49 +0100

globaleaks (4.13.20) stable; urgency=medium

* New stable release
Expand Down
4 changes: 2 additions & 2 deletions publiccode.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: GlobaLeaks
releaseDate: '2023-12-10'
releaseDate: '2023-12-11'
publiccodeYmlVersion: '0.2'
url: 'https://github.com/globaleaks/GlobaLeaks'
landingURL: 'https://www.globaleaks.org/'
roadmap: "https://docs.globaleaks.org/en/main/roadmap/"
logo: brand/assets/globaleaks-icon-color.svg
softwareVersion: 4.13.20
softwareVersion: 4.13.21
softwareType: standalone/web
developmentStatus: stable
platforms:
Expand Down

0 comments on commit 8350b9b

Please sign in to comment.