Verified Commit a975809c authored by Barry Warsaw's avatar Barry Warsaw
Browse files

5.1.1

parent 7d9deb5f
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2,6 +2,10 @@
NEWS of the world
=================

5.1.1 (2023-07-25)
==================
* No significant changes.

5.1 (2023-07-22)
================
* Add support for Python 3.11.
@@ -33,7 +37,6 @@ NEWS of the world
* Drop support for Python 3.4.
* Modernize the packaging.


4.0 (2016-08-24)
================
* Add support for Python 3.5.
@@ -41,12 +44,10 @@ NEWS of the world
* With no arguments `world` prints help and exits.
* ISO 3166 database updated.


3.1.1 (2015-03-25)
==================
* Fix missing ``install_requires`` in ``setup.py``.


3.1 (2015-01-08)
================
* Convert repository to git and modernize the code.
@@ -57,7 +58,6 @@ NEWS of the world
  ``--source`` and ``--cache`` are no-ops and will be removed in a future
  version.


3.0 (2013-07-01)
================
* Initial standalone release.
+1 −1
Original line number Diff line number Diff line
__version__ = '5.1'
__version__ = '5.1.1'