Skip to content

Commit

Permalink
Release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg committed Feb 7, 2024
1 parent f3274e6 commit d3fe3ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.3.1 / 2024-02-07
- Fixing dependency for JWT

# 2.3.0 / 2024-01-29
- OAuth 2.0 support
- Adding Python 3.10 and 3.11 classifiers by @mvinogradov-wavefin
Expand Down
2 changes: 1 addition & 1 deletion segment/analytics/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '2.3.0'
VERSION = '2.3.1'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
install_requires = [
"requests~=2.7",
"backoff~=2.1",
"python-dateutil~=2.2"
"python-dateutil~=2.2",
"PyJWT~=2.8.0"
]

tests_require = [
Expand Down

0 comments on commit d3fe3ab

Please sign in to comment.