]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Release 2.1.0 v2.1.0
authorStephen Finucane <stephen@that.guru>
Tue, 19 Jun 2018 21:11:48 +0000 (22:11 +0100)
committerStephen Finucane <stephen@that.guru>
Tue, 19 Jun 2018 21:29:43 +0000 (22:29 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index 4f10b4c1046aa15c403f305c1ba9294ba82b9855..0f7a669cc9db5246158ca3c6196e0279572d935c 100644 (file)
@@ -19,7 +19,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 1, 0, 'rc', 2)
+VERSION = (2, 1, 0)
 
 __version__ = get_latest_version(VERSION)