From 721203da1e7d0790f4c31e869515b3e5a9b1367b Mon Sep 17 00:00:00 2001 From: Daniel Banck Date: Tue, 7 Mar 2017 11:48:31 +0100 Subject: [PATCH] Release version 1.0.2 --- CHANGELOG.md | 4 ++++ updown/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a3b22c..fc650ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.2 + +- Replaced IPAddressField in migration (thanks to [baster33](https://github.com/baster33)) + ## 1.0.1 - Fixed IPAddressField error (thanks to [agusmakmun](https://github.com/agusmakmun)) diff --git a/updown/__init__.py b/updown/__init__.py index 20b1830..6fd1fab 100644 --- a/updown/__init__.py +++ b/updown/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.0.1' +__version__ = '1.0.2' # Version synonym VERSION = __version__