Skip to content

Commit

Permalink
Merge pull request #91 from unbekanntes-pferd/bug/1.8.1
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
unbekanntes-pferd authored Oct 27, 2022
2 parents 99cd9ed + 59c4e1e commit 089c838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dracoon/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
HTTPPaymentRequiredError, HTTPForbiddenError, HTTPNotFoundError, HTTPConflictError, HTTPPreconditionsFailedError,
HTTPUnknownError)

USER_AGENT = 'dracoon-python-1.8.0'
USER_AGENT = 'dracoon-python-1.8.1'
DEFAULT_TIMEOUT_CONFIG = httpx.Timeout(10, connect=20, read=20)

class OAuth2ConnectionType(Enum):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# This call to setup() does all the work
setup(
name="dracoon",
version="1.8.0",
version="1.8.1",
description=DESCRIPTION,
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 089c838

Please sign in to comment.