diff options
author | Stephen Finucane <stephen@that.guru> | 2020-04-05 19:43:32 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2020-04-05 19:43:32 +0100 |
commit | 027de4bab8ea12926d93ed4bd2c7101c54dc8990 (patch) | |
tree | 7a279f4fcf58a4708357b88647abbd4a4a650726 | |
parent | b44a77d230beaf4d70a9b0168dc204fd0fe02408 (diff) | |
download | patchwork-027de4bab8ea12926d93ed4bd2c7101c54dc8990.tar patchwork-027de4bab8ea12926d93ed4bd2c7101c54dc8990.tar.gz |
Release 2.2.0
Signed-off-by: Stephen Finucane <stephen@that.guru>
-rw-r--r-- | patchwork/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 0e15bca..b55d4b3 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 2, 0, 'rc', 2) +VERSION = (2, 2, 0) __version__ = get_latest_version(VERSION) |