Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion castle/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '2.4.0'
VERSION = '3.0.0'