[PATCH 1/3] Release 3.0.0
Stephen Finucane
stephen at that.guru
Sun Oct 4 22:26:29 AEDT 2020
Major version bump because of Python 2.7 removal and the unfortunately
large DB migration.
Signed-off-by: Stephen Finucane <stephen at that.guru>
---
patchwork/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git patchwork/__init__.py patchwork/__init__.py
index 545a53bb..6fb54728 100644
--- patchwork/__init__.py
+++ patchwork/__init__.py
@@ -5,7 +5,7 @@
from patchwork.version import get_latest_version
-VERSION = (3, 0, 0, 'alpha', 0)
+VERSION = (3, 0, 0)
__version__ = get_latest_version(VERSION)
--
2.25.4
More information about the Patchwork
mailing list