diff options
-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 1a1c0bf..0e15bca 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', 1) +VERSION = (2, 2, 0, 'rc', 2) __version__ = get_latest_version(VERSION) |