From dcce6f27588bc343743355c8cfc946c28698bd73 Mon Sep 17 00:00:00 2001 From: Steve Jalim Date: Mon, 10 Jul 2023 13:23:28 +0100 Subject: [PATCH] Prep for 0.7.0 release --- AUTHORS.rst | 1 + HISTORY.rst | 7 +++++++ allow_cidr/__init__.py | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) 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"