We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23e7fe commit 298a6aaCopy full SHA for 298a6aa
patchwork/__init__.py
@@ -5,6 +5,6 @@
5
6
from patchwork.version import get_latest_version
7
8
-VERSION = (3, 1, 2, 'alpha', 0)
+VERSION = (3, 1, 2)
9
10
__version__ = get_latest_version(VERSION)
0 commit comments