[Mailman-checkins] [Git][mailman/mailman][master] 2 commits: Version bump post release

2022-12-14 Thread Abhilash Raj (@maxking) via Mailman-checkins


Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core


Commits:
6f1dad54 by Abhilash Raj at 2022-12-14T18:04:24+05:30
Version bump post release

- - - - -
948e75f3 by Abhilash Raj at 2022-12-14T13:09:04+00:00
Merge branch version-bump into master

Version bump post release

See merge request mailman/mailman!1070
- - - - -


1 changed file:

- src/mailman/version.py


Changes:

=
src/mailman/version.py
=
@@ -18,7 +18,7 @@
 """Mailman version strings."""
 
 # Mailman version.
-VERSION = '3.3.7'
+VERSION = '3.3.8b1'
 CODENAME = 'Tom Sawyer'
 
 # And as a hex number in the manner of PY_VERSION_HEX.
@@ -31,8 +31,8 @@ FINAL = 0xf
 
 MAJOR_REV = 3
 MINOR_REV = 3
-MICRO_REV = 7
-REL_LEVEL = FINAL
+MICRO_REV = 8
+REL_LEVEL = BETA
 # At most 15 beta releases!
 REL_SERIAL = 1
 



View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/5694db733abd9725fe34412bc4d635ef1898e523...948e75f32e0724501b9397ace0b1c48baef1a5cf

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/5694db733abd9725fe34412bc4d635ef1898e523...948e75f32e0724501b9397ace0b1c48baef1a5cf
You're receiving this email because of your account on gitlab.com.


___
Mailman-checkins mailing list -- mailman-checkins@python.org
To unsubscribe send an email to mailman-checkins-le...@python.org
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: arch...@jab.org


[Mailman-checkins] [Git][mailman/mailman][master] 2 commits: Version bump post release.

2021-10-09 Thread Abhilash Raj (@maxking) via Mailman-checkins


Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core


Commits:
44f935c5 by Abhilash Raj at 2021-10-09T19:21:23+00:00
Version bump post release.

- - - - -
7ab98462 by Abhilash Raj at 2021-10-09T19:21:23+00:00
Merge branch bump into master

Version bump post release.

See merge request mailman/mailman!925
- - - - -


1 changed file:

- src/mailman/version.py


Changes:

=
src/mailman/version.py
=
@@ -18,7 +18,7 @@
 """Mailman version strings."""
 
 # Mailman version.
-VERSION = '3.3.5'
+VERSION = '3.3.6b1'
 CODENAME = 'Tom Sawyer'
 
 # And as a hex number in the manner of PY_VERSION_HEX.
@@ -31,8 +31,8 @@ FINAL = 0xf
 
 MAJOR_REV = 3
 MINOR_REV = 3
-MICRO_REV = 5
-REL_LEVEL = FINAL
+MICRO_REV = 6
+REL_LEVEL = BETA
 # At most 15 beta releases!
 REL_SERIAL = 1
 



View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/d570ee90af368d123e3deb26e3976f597cf09f9e...7ab98462371e622fe39aae174138f21ad07a6940

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/d570ee90af368d123e3deb26e3976f597cf09f9e...7ab98462371e622fe39aae174138f21ad07a6940
You're receiving this email because of your account on gitlab.com.


___
Mailman-checkins mailing list -- mailman-checkins@python.org
To unsubscribe send an email to mailman-checkins-le...@python.org
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: arch...@jab.org


[Mailman-checkins] [Git][mailman/mailman][master] 2 commits: Version bump post release.

2021-02-02 Thread Abhilash Raj via Mailman-checkins


Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core


Commits:
7f1ba22e by Abhilash Raj at 2021-02-02T18:00:56-08:00
Version bump post release.

- - - - -
1b88d8cb by Abhilash Raj at 2021-02-03T02:22:51+00:00
Merge branch version-bump into master

Version bump post release.

See merge request mailman/mailman!770
- - - - -


2 changed files:

- src/mailman/docs/NEWS.rst
- src/mailman/version.py


Changes:

=
src/mailman/docs/NEWS.rst
=
@@ -8,6 +8,15 @@ Copyright (C) 1998-2018 by the Free Software Foundation, Inc.
 Here is a history of user visible changes to Mailman.
 
 
+.. _news-3.3.4:
+
+3.3.4
+=
+
+(2021-XX-XX)
+
+
+
 .. _news-3.3.3:
 
 3.3.3


=
src/mailman/version.py
=
@@ -18,7 +18,7 @@
 """Mailman version strings."""
 
 # Mailman version.
-VERSION = '3.3.3'
+VERSION = '3.3.4b1'
 CODENAME = 'Tom Sawyer'
 
 # And as a hex number in the manner of PY_VERSION_HEX.
@@ -31,8 +31,8 @@ FINAL = 0xf
 
 MAJOR_REV = 3
 MINOR_REV = 3
-MICRO_REV = 3
-REL_LEVEL = FINAL
+MICRO_REV = 4
+REL_LEVEL = BETA
 # At most 15 beta releases!
 REL_SERIAL = 1
 



View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/1205be5e77a7177e095c9962248af817629a1e2a...1b88d8cb32ff5b0635b868e8a3abd4fcd9b43d2c

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/1205be5e77a7177e095c9962248af817629a1e2a...1b88d8cb32ff5b0635b868e8a3abd4fcd9b43d2c
You're receiving this email because of your account on gitlab.com.


___
Mailman-checkins mailing list -- mailman-checkins@python.org
To unsubscribe send an email to mailman-checkins-le...@python.org
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: arch...@jab.org


[Mailman-checkins] [Git][mailman/mailman][master] 2 commits: Version bump post release

2020-11-15 Thread Abhilash Raj via Mailman-checkins


Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core


Commits:
97ebdbc2 by Abhilash Raj at 2020-11-16T01:18:15+00:00
Version bump post release

- - - - -
02b84985 by Abhilash Raj at 2020-11-16T01:18:15+00:00
Merge branch version-bump into master

Version bump post release

See merge request mailman/mailman!731
- - - - -


2 changed files:

- src/mailman/rest/docs/templates.rst
- src/mailman/version.py


Changes:

=
src/mailman/rest/docs/templates.rst
=
@@ -517,6 +517,12 @@ below.  Here are all the supported template names:
   to; this corresponds to the ``Reply-To`` header
 * ``user_email`` - the email address being confirmed
 
+* ``list:user:action:invite``
+The message sent to subscribers when they are invited to join a List.
+
+* ``user_email`` - the email address being invited.
+* ``token`` - the unique confirmation token
+
 * ``list:user:notice:goodbye``
 The notice sent to a member when they unsubscribe from a mailing list.
 


=
src/mailman/version.py
=
@@ -18,7 +18,7 @@
 """Mailman version strings."""
 
 # Mailman version.
-VERSION = '3.3.2'
+VERSION = '3.3.3b1'
 CODENAME = 'Tom Sawyer'
 
 # And as a hex number in the manner of PY_VERSION_HEX.
@@ -32,7 +32,7 @@ FINAL = 0xf
 MAJOR_REV = 3
 MINOR_REV = 3
 MICRO_REV = 2
-REL_LEVEL = FINAL
+REL_LEVEL = BETA
 # At most 15 beta releases!
 REL_SERIAL = 1
 



View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/551390c4eadb657e54b58c4e3d05b60dee2a3dbe...02b84985b089de16660bb6e482f056834f1f3835

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/551390c4eadb657e54b58c4e3d05b60dee2a3dbe...02b84985b089de16660bb6e482f056834f1f3835
You're receiving this email because of your account on gitlab.com.


___
Mailman-checkins mailing list -- mailman-checkins@python.org
To unsubscribe send an email to mailman-checkins-le...@python.org
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: arch...@jab.org


[Mailman-checkins] [Git][mailman/mailman][master] 2 commits: Version bump post release.

2020-04-20 Thread Abhilash Raj via Mailman-checkins


Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core


Commits:
eb90eb25 by Abhilash Raj at 2020-04-20T13:36:01-07:00
Version bump post release.

- - - - -
a22862ab by Abhilash Raj at 2020-04-20T20:54:56+00:00
Merge branch version-bump into master

Version bump post release.

See merge request mailman/mailman!627
- - - - -


2 changed files:

- src/mailman/docs/NEWS.rst
- src/mailman/version.py


Changes:

=
src/mailman/docs/NEWS.rst
=
@@ -8,6 +8,12 @@ Copyright (C) 1998-2018 by the Free Software Foundation, Inc.
 Here is a history of user visible changes to Mailman.
 
 
+3.3.2
+=
+
+(-XX-XX)
+
+
 3.3.1
 =
 


=
src/mailman/version.py
=
@@ -18,7 +18,7 @@
 """Mailman version strings."""
 
 # Mailman version.
-VERSION = '3.3.1'
+VERSION = '3.3.2b1'
 CODENAME = 'Tom Sawyer'
 
 # And as a hex number in the manner of PY_VERSION_HEX.
@@ -31,8 +31,8 @@ FINAL = 0xf
 
 MAJOR_REV = 3
 MINOR_REV = 3
-MICRO_REV = 1
-REL_LEVEL = FINAL
+MICRO_REV = 2
+REL_LEVEL = BETA
 # At most 15 beta releases!
 REL_SERIAL = 1
 



View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/c753dba53224cc6aacc426897577d9b098feae8d...a22862ab3217f046917aa9a1d807afad2b04bc4a

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/c753dba53224cc6aacc426897577d9b098feae8d...a22862ab3217f046917aa9a1d807afad2b04bc4a
You're receiving this email because of your account on gitlab.com.


___
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org



[Mailman-checkins] [Git][mailman/mailman][master] 2 commits: Version bump post release.

2019-09-08 Thread Abhilash Raj via Mailman-checkins


Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core


Commits:
43c9a6ab by Abhilash Raj at 2019-09-07T03:32:27Z
Version bump post release.

- - - - -
9f595944 by Abhilash Raj at 2019-09-08T20:04:33Z
Merge branch ver into master

Version bump post release.

See merge request mailman/mailman!554
- - - - -


2 changed files:

- src/mailman/docs/NEWS.rst
- src/mailman/version.py


Changes:

=
src/mailman/docs/NEWS.rst
=
@@ -8,6 +8,13 @@ Copyright (C) 1998-2018 by the Free Software Foundation, Inc.
 Here is a history of user visible changes to Mailman.
 
 
+3.3.1
+=
+
+(2019-XX-XX)
+
+
+
 3.3.0 -- "Tom Sawyer"
 =
 (2019-09-04)


=
src/mailman/version.py
=
@@ -18,7 +18,7 @@
 """Mailman version strings."""
 
 # Mailman version.
-VERSION = '3.3.0'
+VERSION = '3.3.1'
 CODENAME = 'La Villa Strangiato'
 
 # And as a hex number in the manner of PY_VERSION_HEX.
@@ -31,7 +31,7 @@ FINAL = 0xf
 
 MAJOR_REV = 3
 MINOR_REV = 3
-MICRO_REV = 0
+MICRO_REV = 1
 REL_LEVEL = RC
 # At most 15 beta releases!
 REL_SERIAL = FINAL



View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/5b03cf10934ee068b31f841db70a69c80839d1d0...9f59594427fb51fac5563aacec22a28770c7c9d2

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/5b03cf10934ee068b31f841db70a69c80839d1d0...9f59594427fb51fac5563aacec22a28770c7c9d2
You're receiving this email because of your account on gitlab.com.


___
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org



[Mailman-checkins] [Git][mailman/mailman][master] 2 commits: Version bump post release.

2019-03-28 Thread Abhilash Raj via Mailman-checkins


Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core


Commits:
0e072757 by Abhilash Raj at 2019-03-28T22:33:23Z
Version bump post release.

- - - - -
c62e99ab by Abhilash Raj at 2019-03-28T22:33:23Z
Merge branch version-bump into master

Version bump post release.

See merge request mailman/mailman!488
- - - - -


2 changed files:

- src/mailman/docs/NEWS.rst
- src/mailman/version.py


Changes:

=
src/mailman/docs/NEWS.rst
=
@@ -12,6 +12,11 @@ Here is a history of user visible changes to Mailman.
 =
 (20xx-xx-xx)
 
+3.2.3
+=
+(2019-XX-XX)
+
+
 3.2.2
 =
 (2019-03-23)


=
src/mailman/version.py
=
@@ -18,7 +18,7 @@
 """Mailman version strings."""
 
 # Mailman version.
-VERSION = '3.2.2'
+VERSION = '3.2.3'
 CODENAME = 'La Villa Strangiato'
 
 # And as a hex number in the manner of PY_VERSION_HEX.
@@ -31,7 +31,7 @@ FINAL = 0xf
 
 MAJOR_REV = 3
 MINOR_REV = 2
-MICRO_REV = 2
+MICRO_REV = 3
 REL_LEVEL = RC
 # At most 15 beta releases!
 REL_SERIAL = FINAL



View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/7fb52c8e1918a3617e98fc568a60a136bcf61bbf...c62e99abf18d9fac61f9ea14b1e0dee727db09eb

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/7fb52c8e1918a3617e98fc568a60a136bcf61bbf...c62e99abf18d9fac61f9ea14b1e0dee727db09eb
You're receiving this email because of your account on gitlab.com.


___
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org