From d3b8055fdda07338ac0b2de59613da2b34433412 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 17 Jun 2018 16:47:34 -0700 Subject: Bump copyright dates. --- Mailman/Version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mailman/Version.py') diff --git a/Mailman/Version.py b/Mailman/Version.py index 1a5775b3..00863ee1 100644 --- a/Mailman/Version.py +++ b/Mailman/Version.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2018 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License -- cgit v1.2.3 From 11c0af19222d0176b4f9c9c515274c61b49eec33 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Fri, 22 Jun 2018 08:44:01 -0700 Subject: Bumped branch version to: 2.1.27 --- Mailman/Version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mailman/Version.py') diff --git a/Mailman/Version.py b/Mailman/Version.py index 00863ee1..2d90eee8 100644 --- a/Mailman/Version.py +++ b/Mailman/Version.py @@ -16,7 +16,7 @@ # USA. # Mailman version -VERSION = '2.1.26' +VERSION = '2.1.27' # 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 = 26 +MICRO_REV = 27 REL_LEVEL = FINAL # at most 15 beta releases! REL_SERIAL = 0 -- cgit v1.2.3