We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32d96c commit 8a26e66Copy full SHA for 8a26e66
1 file changed
_version/__init__.py
@@ -13,8 +13,8 @@
13
]
14
15
VERSION_MAJOR = 1
16
-VERSION_MINOR = 1
17
-VERSION_PATCH = 4
+VERSION_MINOR = 2
+VERSION_PATCH = 0
18
19
VERSION_STRING = '%s.%s.%s' % (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
20
0 commit comments