Loading docs/NEWS.rst +4 −4 Original line number Diff line number Diff line Loading @@ -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. Loading Loading @@ -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. Loading @@ -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. Loading @@ -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. src/world/__init__.py +1 −1 Original line number Diff line number Diff line __version__ = '5.1' __version__ = '5.1.1' Loading
docs/NEWS.rst +4 −4 Original line number Diff line number Diff line Loading @@ -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. Loading Loading @@ -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. Loading @@ -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. Loading @@ -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.
src/world/__init__.py +1 −1 Original line number Diff line number Diff line __version__ = '5.1' __version__ = '5.1.1'