Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a22ca5

Browse files
committed
Release 3.11.0
1 parent 1866d21 commit 3a22ca5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changes
22
=======
33

4+
3.11.0
5+
------------------
6+
7+
**Added**
8+
- Add send_completion_email to users import job [\#220](https://github.com/auth0/auth0-python/pull/220) ([lbalmaceda](https://github.com/lbalmaceda))
9+
- Expose the time at which the Rate Limit will reset [\#219](https://github.com/auth0/auth0-python/pull/219) ([lbalmaceda](https://github.com/lbalmaceda))
10+
11+
**Removed**
12+
- Add deprecation note for DELETE /users (all users) [\#217](https://github.com/auth0/auth0-python/pull/217) ([lbalmaceda](https://github.com/lbalmaceda))
13+
414
3.10.0
515
------------------
616

auth0/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.10.0'
1+
__version__ = '3.11.0'

0 commit comments

Comments
 (0)