Skip to content

Commit 8a26e66

Browse files
committed
Version 1.2.0
1 parent c32d96c commit 8a26e66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_version/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
]
1414

1515
VERSION_MAJOR = 1
16-
VERSION_MINOR = 1
17-
VERSION_PATCH = 4
16+
VERSION_MINOR = 2
17+
VERSION_PATCH = 0
1818

1919
VERSION_STRING = '%s.%s.%s' % (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
2020

0 commit comments

Comments
 (0)