Skip to content

Commit b478570

Browse files
author
marysieek
committed
Upgrade package version
1 parent bea24be commit b478570

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

HISTORY.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
## master
22

3+
## 3.3.0 (2020-05-22)
4+
5+
- [#67](https://github.com/castle/castle-python/pull/67) add `trusted_proxy_depth` and `trust_proxy_chain` configuration options
6+
37
## 3.2.0 (2020-02-31)
48

5-
- [#64](https://github.com/castle/castle-python/pull/64)dropped X-Client-Id from calculation of ip, drop appending default ip headers to the ip_header list config when config is provided (in that case default headers have to explicitly provided)
9+
- [#64](https://github.com/castle/castle-python/pull/64) dropped X-Client-Id from calculation of ip, drop appending default ip headers to the ip_header list config when config is provided (in that case default headers have to explicitly provided)
610

711
## 3.1.0 (2020-02-27)
812

@@ -83,4 +87,3 @@
8387
## 1.0.0 (2017-10-16)
8488

8589
* Initial release
86-

castle/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '3.2.0'
1+
VERSION = '3.3.0'

0 commit comments

Comments
 (0)