Skip to content

Commit 3606b22

Browse files
committed
bump version to 5.0.0.2
1 parent 53a96e2 commit 3606b22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyravendb/connection/requests_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __init__(self, database_name, certificate, conventions=None, **kwargs):
5656
self._last_known_urls = None
5757

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

6161
self.update_topology_lock = Lock()
6262
self.update_timer_lock = Lock()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='pyravendb',
55
packages=find_packages(),
6-
version='5.0.0.1',
6+
version='5.0.0.2',
77
long_description=open("README.rst").read(),
88
description='This is the official python client for RavenDB v5.0 document database',
99
author='RavenDB',

0 commit comments

Comments
 (0)