Skip to content

Commit f4db8fa

Browse files
committed
Release Gramps 6.0.0-rc1
1 parent e1069b2 commit f4db8fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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
21+
DEV_VERSION = False
2222
VERSION_TUPLE = (6, 0, 0)
23-
VERSION_QUALIFIER = "-beta2"
23+
VERSION_QUALIFIER = "-rc1"
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)