]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Release 2.0.3 v2.0.3
authorStephen Finucane <stephen@that.guru>
Thu, 14 Jun 2018 14:25:25 +0000 (15:25 +0100)
committerStephen Finucane <stephen@that.guru>
Thu, 14 Jun 2018 14:25:25 +0000 (15:25 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

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