Skip to content

Commit 8c73ba8

Browse files
committed
Set to development version
1 parent a09cda4 commit 8c73ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gramps/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1919
#
2020

21-
DEV_VERSION = False
21+
DEV_VERSION = True
2222
VERSION_TUPLE = (6, 0, 2)
2323
VERSION_QUALIFIER = ""
2424
VERSION = ".".join(map(str, VERSION_TUPLE)) + VERSION_QUALIFIER

0 commit comments

Comments
 (0)