gremlinpython 3.5.7__tar.gz → 3.5.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gremlinpython-3.5.7/gremlinpython.egg-info → gremlinpython-3.5.8}/PKG-INFO +1 -1
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/__version__.py +2 -2
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/useragent.py +1 -1
- {gremlinpython-3.5.7 → gremlinpython-3.5.8/gremlinpython.egg-info}/PKG-INFO +1 -1
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/LICENSE +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/MANIFEST.in +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/NOTICE +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/README.rst +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/__init__.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/__init__.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/aiohttp/__init__.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/aiohttp/transport.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/client.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/connection.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/driver_remote_connection.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/protocol.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/remote_connection.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/request.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/resultset.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/serializer.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/transport.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/process/__init__.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/process/anonymous_traversal.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/process/graph_traversal.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/process/strategies.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/process/translator.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/process/traversal.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/statics.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/structure/__init__.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/structure/graph.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/structure/io/__init__.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/structure/io/graphbinaryV1.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/structure/io/graphsonV2d0.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/structure/io/graphsonV3d0.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/structure/io/util.py +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlinpython.egg-info/SOURCES.txt +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlinpython.egg-info/dependency_links.txt +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlinpython.egg-info/requires.txt +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlinpython.egg-info/top_level.txt +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/setup.cfg +0 -0
- {gremlinpython-3.5.7 → gremlinpython-3.5.8}/setup.py +0 -0
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
#
|
|
19
19
|
import platform
|
|
20
20
|
|
|
21
|
-
gremlin_version = "3.5.
|
|
21
|
+
gremlin_version = "3.5.8" # DO NOT MODIFY - Configured automatically by Maven Replacer Plugin
|
|
22
22
|
|
|
23
23
|
def _generate_user_agent():
|
|
24
24
|
application_name = "NotAvailable"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/driver_remote_connection.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|