Skip to content

Commit

Permalink
Patchwork v2.2.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed Dec 27, 2019
1 parent 7dea5fe commit f45ebc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patchwork/__init__.py
Expand Up @@ -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)

Expand Down

0 comments on commit f45ebc9

Please sign in to comment.