diff mbox series

[1/3] Release 3.0.0

Message ID 20201004112631.238181-2-stephen@that.guru
State Accepted
Headers show
Series Release 3.0.0 | expand

Commit Message

Stephen Finucane Oct. 4, 2020, 11:26 a.m. UTC
Major version bump because of Python 2.7 removal and the unfortunately
large DB migration.

Signed-off-by: Stephen Finucane <stephen@that.guru>
---
 patchwork/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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)