Verified Commit d84a3fc8 authored by Abhilash Raj's avatar Abhilash Raj
Browse files

chore: Update news.rst to right version and bump version

parent 398b47aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()
+6 −1
Original line number Diff line number Diff line
@@ -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:

@@ -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: