diff --git a/HISTORY.md b/HISTORY.md index 4aab349..d4c2c7c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,7 @@ ## master +## 3.0.0 (2020-02-13) + - [#59](https://github.com/castle/castle-python/pull/59) drop requests min version in ci - [#56](https://github.com/castle/castle-python/pull/56) drop special ip header behavior - [#58](https://github.com/castle/castle-python/pull/58) Adds `ip_header` configuration option diff --git a/castle/version.py b/castle/version.py index 6259394..aaa4264 100644 --- a/castle/version.py +++ b/castle/version.py @@ -1 +1 @@ -VERSION = '2.4.0' +VERSION = '3.0.0'