Skip to content

Commit 327de49

Browse files
committed
Add support for an infix in packages names
1 parent 11f877b commit 327de49

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cpyint

lib/mysql/connector/version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
else:
3434
VERSION_TEXT = '{0}.{1}.{2}'.format(*VERSION[0:3])
3535

36+
VERSION_EXTRA = 'dmr'
3637
LICENSE = 'GPLv2 with FOSS License Exception'
3738
EDITION = '' # Added in package names, after the version

0 commit comments

Comments
 (0)