diff options
author | Stephen Finucane <stephen@that.guru> | 2019-12-27 18:11:13 +0000 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2019-12-27 18:11:13 +0000 |
commit | f45ebc99b5393447125ba544d76fb5c26b735166 (patch) | |
tree | 3dfe1fedee7432235459fb5c708eb4fecd13bb8e | |
parent | 7dea5fec0e08fe3352bfe7960d2e20947f61b897 (diff) | |
download | patchwork-f45ebc99b5393447125ba544d76fb5c26b735166.tar patchwork-f45ebc99b5393447125ba544d76fb5c26b735166.tar.gz |
Patchwork v2.2.0-rc1
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 fc97dad..1a1c0bf 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 2, 0, 'alpha', 0) +VERSION = (2, 2, 0, 'rc', 1) __version__ = get_latest_version(VERSION) |