Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guy Rozendorn
AIO Gremlin
Commits
865f79a0
Unverified
Commit
865f79a0
authored
Feb 01, 2020
by
Jeffrey Phillips Freeman
💥
Browse files
Release: Bumping working version post-release.
parent
7883170d
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
865f79a0
# AIO Gremlin Changelog
## v3.3.4
## v3.3.3
*
Fixed bug preventing code from running on python 3.7+, see
[
issue #1
](
https://git.qoto.org/goblin-ogm/aiogremlin/issues/1
)
.
...
...
setup.py
View file @
865f79a0
...
...
@@ -13,7 +13,7 @@ with open("README.md", "r") as fh:
setup
(
name
=
'aiogremlin'
,
version
=
'3.3.
3
'
,
version
=
'3.3.
4
'
,
license
=
__license__
,
author
=
__author__
,
author_email
=
__email__
,
...
...
@@ -21,7 +21,7 @@ setup(
long_description_content_type
=
"text/markdown"
,
long_description
=
long_description
,
url
=
'http://goblin-ogm.com'
,
download_url
=
'https://github.com/goblin-ogm/aiogremlin/archive/v3.3.
3
.tar.gz'
,
download_url
=
'https://github.com/goblin-ogm/aiogremlin/archive/v3.3.
4
.tar.gz'
,
include_package_data
=
True
,
keywords
=
[
'Tinkerpop'
,
'Tinkerpop3'
,
'gremlin'
,
'gremlin-python'
,
'asyncio'
,
'graphdb'
],
packages
=
[
'aiogremlin'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment