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


Commits:
de591bc9 by Abhilash Raj at 2022-10-27T06:09:05+00:00
chore: Version bump post release

- - - - -
68395d99 by Abhilash Raj at 2022-10-27T06:09:05+00:00
Merge branch 'add-checks' into 'master'

chore: Version bump post release

See merge request mailman/mailman!1048
- - - - -


4 changed files:

- MANIFEST.in
- src/mailman/docs/NEWS.rst
- src/mailman/version.py
- tox.ini


Changes:

=====================================
MANIFEST.in
=====================================
@@ -16,3 +16,6 @@ include src/mailman/testing/config*.pck
 include src/mailman/database/alembic/script.py.mako
 include src/mailman/database/alembic/versions/*.py
 include src/mailman/testing/ssl_test_*
+include *.sh
+recursive-include src *.pot
+recursive-include src *.py
\ No newline at end of file


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


=====================================
src/mailman/version.py
=====================================
@@ -18,7 +18,7 @@
 """Mailman version strings."""
 
 # Mailman version.
-VERSION = '3.3.6'
+VERSION = '3.3.7'
 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 = 6
-REL_LEVEL = FINAL
+REL_LEVEL = ALPHA
 # At most 15 beta releases!
 REL_SERIAL = 1
 


=====================================
tox.ini
=====================================
@@ -34,7 +34,7 @@ setenv =
     cov: COVERAGE_OPTIONS="-p"
     cov: COVERAGE_FILE={toxinidir}/.coverage
 allowlist_externals =
-    git    
+    git
 
 [testenv:qa]
 basepython = python3
@@ -76,3 +76,12 @@ combine_as_imports = True
 basepython = python3
 commands = isort .
 deps = isort
+
+# setup.cfg or tox.ini
+[check-manifest]
+ignore =
+    dev/*
+    port_me/*
+    *.yml
+ignore-bad-ideas =
+    src/mailman/testing/*
\ No newline at end of file



View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/7e63e8c3debf1e15090e193211a4ee43038cab72...68395d99675a5961f2995dad6691e8f2dd89347e

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/7e63e8c3debf1e15090e193211a4ee43038cab72...68395d99675a5961f2995dad6691e8f2dd89347e
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][mail... Abhilash Raj (@maxking) via Mailman-checkins

Reply via email to