diff --git a/backend/globaleaks/__init__.py b/backend/globaleaks/__init__.py index e2ca5a8d9c..8dd9ed6064 100644 --- a/backend/globaleaks/__init__.py +++ b/backend/globaleaks/__init__.py @@ -7,7 +7,7 @@ __author__ = 'GlobaLeaks' __email__ = 'info@globaleaks.org' __copyright__ = '2011-2024 - GlobaLeaks' -__version__ = '5.0.1' +__version__ = '5.0.2' __license__ = 'AGPL-3.0' DATABASE_VERSION = 68 diff --git a/client/npm-shrinkwrap.json b/client/npm-shrinkwrap.json index 645db401eb..955d7b8ea2 100644 --- a/client/npm-shrinkwrap.json +++ b/client/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "globaleaks", - "version": "5.0.1", + "version": "5.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "globaleaks", - "version": "5.0.1", + "version": "5.0.2", "dependencies": { "@angular/animations": "18.2.1", "@angular/common": "18.2.1", diff --git a/client/package.json b/client/package.json index 5277493033..75ef2cd552 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "globaleaks", - "version": "5.0.1", + "version": "5.0.2", "scripts": { "test": "npx cypress run && npx nyc report --reporter=lcov --report-dir=./cypress/coverage --reporter=text-summary --browser electron" }, diff --git a/debian/changelog b/debian/changelog index 8ef36d2c27..1ec4af0acb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +globaleaks (5.0.2) stable; urgency=medium + + * New stable release + + -- GlobaLeaks software signing key Mon, 26 Aug 2024 20:11:54 +0200 + globaleaks (5.0.1) stable; urgency=medium * New stable release diff --git a/publiccode.yml b/publiccode.yml index 95032e2d4e..423ba0014c 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -1,5 +1,5 @@ name: GlobaLeaks -releaseDate: '2024-08-24' +releaseDate: '2024-08-26' publiccodeYmlVersion: '0.4.0' url: 'https://github.com/globaleaks/GlobaLeaks' landingURL: 'https://www.globaleaks.org/'