]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Release 2.1.1 v2.1.1
authorStephen Finucane <stephen@that.guru>
Sun, 14 Oct 2018 13:46:14 +0000 (14:46 +0100)
committerStephen Finucane <stephen@that.guru>
Sun, 14 Oct 2018 14:33:06 +0000 (15:33 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index c0a4a8615bedd9009217d293f28d42733db3c0be..1f71f4c133d4cde12b3510728296d2e8af1fdfec 100644 (file)
@@ -19,7 +19,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 2, 0, 'alpha', 0)
+VERSION = (2, 1, 1)
 
 __version__ = get_latest_version(VERSION)