diff --git a/AUTHORS.rst b/AUTHORS.rst index 58495db..84754f9 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -13,3 +13,4 @@ Contributors * Steve Jalim * Michael Manganiello - https://github.com/adamantike * NingĂș - https://github.com/n1ngu +* Risson - https://github.com/rissson diff --git a/HISTORY.rst b/HISTORY.rst index d152f71..f7429b4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +0.7.0 (2023-07-10) +++++++++++++++++++ + +* Add IPv6 support - thanks @rissson! +* Add Django 4.2 to CI; freshen up CI config + + 0.6.0 (2023-01-05) ++++++++++++++++++ diff --git a/allow_cidr/__init__.py b/allow_cidr/__init__.py index 906d362..49e0fc1 100644 --- a/allow_cidr/__init__.py +++ b/allow_cidr/__init__.py @@ -1 +1 @@ -__version__ = "0.6.0" +__version__ = "0.7.0"