aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2021-12-13 12:36:11 -0800
committerMark Sapiro <mark@msapiro.net>2021-12-13 12:36:11 -0800
commitd903c7d4f373a3de4652bfc514d09d5dae65647c (patch)
treec3fc6bee5da5e5e8272c028ec79cf127b6914723
parent7d7489577f3012195e1d5b49f5bd5a41a0de115a (diff)
downloadmailman2-d903c7d4f373a3de4652bfc514d09d5dae65647c.tar.gz
mailman2-d903c7d4f373a3de4652bfc514d09d5dae65647c.tar.xz
mailman2-d903c7d4f373a3de4652bfc514d09d5dae65647c.zip
Bumped branch version to: 2.1.39
-rw-r--r--Mailman/Version.py4
-rw-r--r--NEWS2
2 files changed, 3 insertions, 3 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py
index 1cf478eb..a5a806c3 100644
--- a/Mailman/Version.py
+++ b/Mailman/Version.py
@@ -16,7 +16,7 @@
# USA.
# Mailman version
-VERSION = '2.1.38'
+VERSION = '2.1.39'
# And as a hex number in the manner of PY_VERSION_HEX
ALPHA = 0xa
@@ -28,7 +28,7 @@ FINAL = 0xf
MAJOR_REV = 2
MINOR_REV = 1
-MICRO_REV = 38
+MICRO_REV = 39
REL_LEVEL = FINAL
# at most 15 beta releases!
REL_SERIAL = 0
diff --git a/NEWS b/NEWS
index 8db9c765..46aadddf 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Copyright (C) 1998-2020 by the Free Software Foundation, Inc.
Here is a history of user visible changes to Mailman.
-2.1.39 (xx-xxx-xxxx)
+2.1.39 (13-Dec-2021)
Bug Fixes and other patches