diff options
author | Stephen Finucane <stephen@that.guru> | 2020-04-05 19:46:58 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2020-04-05 19:46:58 +0100 |
commit | c71a79fc2effa2f9b9613885e6a0a20d83e0a555 (patch) | |
tree | 046b3a106d62a5b36625f997e08f86e3e4c94706 | |
parent | 027de4bab8ea12926d93ed4bd2c7101c54dc8990 (diff) | |
download | patchwork-c71a79fc2effa2f9b9613885e6a0a20d83e0a555.tar patchwork-c71a79fc2effa2f9b9613885e6a0a20d83e0a555.tar.gz |
Post-release version bump
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 b55d4b3..545a53b 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 2, 0) +VERSION = (3, 0, 0, 'alpha', 0) __version__ = get_latest_version(VERSION) |