]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump
authorStephen Finucane <stephen@that.guru>
Thu, 14 Jun 2018 14:27:24 +0000 (15:27 +0100)
committerStephen Finucane <stephen@that.guru>
Thu, 14 Jun 2018 14:27:24 +0000 (15:27 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index d6bee04966096ba17000feb13d17bd932f084ac9..407688b76ab2f8e7177abee5164709a6a76400b0 100644 (file)
@@ -19,7 +19,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 0, 3, 'final', 0)
+VERSION = (2, 0, 4, 'alpha', 0)
 
 __version__ = get_latest_version(VERSION)