Skip to content

Commit 430c67c

Browse files
committed
Bump to version 5.0.26
1 parent 87f4869 commit 430c67c

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

backend/globaleaks/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__author__ = 'GlobaLeaks'
88
__email__ = '[email protected]'
99
__copyright__ = '2011-2024 - GlobaLeaks'
10-
__version__ = '5.0.25'
10+
__version__ = '5.0.26'
1111
__license__ = 'AGPL-3.0'
1212

1313
DATABASE_VERSION = 68

client/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "globaleaks",
3-
"version": "5.0.25",
3+
"version": "5.0.26",
44
"scripts": {
55
"test": "npx cypress run --browser=chromium && npx nyc report --reporter=lcov --report-dir=./cypress/coverage --reporter=text-summary --browser electron",
66
"eslint": "ng lint",

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
globaleaks (5.0.26) stable; urgency=medium
2+
3+
* New stable release
4+
5+
-- GlobaLeaks software signing key <[email protected]> Wed, 13 Nov 2024 21:09:09 +0100
6+
17
globaleaks (5.0.25) stable; urgency=medium
28

39
* New stable release

publiccode.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: GlobaLeaks
2-
releaseDate: '2024-11-11'
2+
releaseDate: '2024-11-13'
33
publiccodeYmlVersion: '0.4.0'
44
url: 'https://github.com/globaleaks/globaleaks-whistleblowing-software'
55
landingURL: 'https://www.globaleaks.org/'
66
roadmap: "https://docs.globaleaks.org/en/stable/roadmap/"
77
logo: brand/assets/globaleaks-icon-color.svg
8-
softwareVersion: 5.0.25
8+
softwareVersion: 5.0.26
99
softwareType: standalone/web
1010
developmentStatus: stable
1111
platforms:

0 commit comments

Comments
 (0)