Skip to content

Commit

Permalink
New version with minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorink committed Jan 18, 2024
1 parent 3bdcfe8 commit bfd38df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024/01/18 - RELEASE 2.0.3
==========================
- Fix issue with auth token handling in async client

2024/01/11 - RELEASE 2.0.2
==========================
- Adding new helper functions
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

# The directory containing this file
HERE = pathlib.Path(__file__).parent
__version__ = "2.0.2"
__version__ = "2.0.3"

# The text of the README file
README = (HERE / "README.md").read_text()
Expand Down

0 comments on commit bfd38df

Please sign in to comment.