Loading src/mailmanclient/constants.py +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ # along with mailmanclient. If not, see <http://www.gnu.org/licenses/>. __version__ = '3.3.4' __version__ = '3.3.5' DEFAULT_PAGE_ITEM_COUNT = 50 MISSING = object() src/mailmanclient/docs/NEWS.rst +6 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,12 @@ NEWS for mailmanclient ======================= .. _news-3-3-5: 3.3.5 (2023-01-04) ================== - Add support for Python 3.11. .. _news-3-3-4: Loading @@ -9,7 +15,6 @@ NEWS for mailmanclient ================== - URL quote the query in find_user* methods. (Fixes :issue:`75`) - Add support for Python 3.10 and drops support for 3.6. - Add support for Python 3.11. .. _news-3.3.3: Loading Loading
src/mailmanclient/constants.py +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ # along with mailmanclient. If not, see <http://www.gnu.org/licenses/>. __version__ = '3.3.4' __version__ = '3.3.5' DEFAULT_PAGE_ITEM_COUNT = 50 MISSING = object()
src/mailmanclient/docs/NEWS.rst +6 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,12 @@ NEWS for mailmanclient ======================= .. _news-3-3-5: 3.3.5 (2023-01-04) ================== - Add support for Python 3.11. .. _news-3-3-4: Loading @@ -9,7 +15,6 @@ NEWS for mailmanclient ================== - URL quote the query in find_user* methods. (Fixes :issue:`75`) - Add support for Python 3.10 and drops support for 3.6. - Add support for Python 3.11. .. _news-3.3.3: Loading