Skip to content

Commit a09cda4

Browse files
committed
Release Gramps 6.0.2
1 parent 3e42d19 commit a09cda4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

data/org.gramps_project.Gramps.metainfo.xml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
<content_rating type="oars-1.1" />
5959

6060
<releases>
61+
<release date="2025-06-15" version="6.0.2" />
6162
<release date="2025-04-18" version="6.0.1" />
6263
<release date="2025-03-19" version="6.0.0" />
6364
<release date="2025-01-12" version="5.2.4" />

gramps/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1919
#
2020

21-
DEV_VERSION = True
22-
VERSION_TUPLE = (6, 0, 1)
21+
DEV_VERSION = False
22+
VERSION_TUPLE = (6, 0, 2)
2323
VERSION_QUALIFIER = ""
2424
VERSION = ".".join(map(str, VERSION_TUPLE)) + VERSION_QUALIFIER
2525
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])

0 commit comments

Comments
 (0)