Skip to content

Commit

Permalink
Merge pull request #105 from gregolsky/v5.0
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
gregolsky authored Sep 13, 2021
2 parents 53a96e2 + 40030e5 commit dbe51ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyravendb/connection/requests_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(self, database_name, certificate, conventions=None, **kwargs):
self._last_known_urls = None

self.headers = {"Accept": "application/json",
"Raven-Client-Version": "5.0.0.1"}
"Raven-Client-Version": "5.0.0.2"}

self.update_topology_lock = Lock()
self.update_timer_lock = Lock()
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
setup(
name='pyravendb',
packages=find_packages(),
version='5.0.0.1',
version='5.0.0.2',
long_description=open("README.rst").read(),
description='This is the official python client for RavenDB v5.0 document database',
description='Official python client for RavenDB NoSQL Document Database',
author='RavenDB',
author_email='[email protected]',
url='https://github.com/ravendb/RavenDB-Python-Client',
Expand Down

0 comments on commit dbe51ee

Please sign in to comment.