We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0061c5 commit 7eefd4eCopy full SHA for 7eefd4e
CHANGELOG.rst
@@ -1,3 +1,13 @@
1
+1.2.2
2
+======
3
+
4
+* Cross python support for iterators
5
6
+1.2.1
7
8
9
+* Cross python support for metclasses
10
11
1.2.0
12
======
13
setup.py
@@ -11,7 +11,7 @@
setup(
name='pyArango',
14
- version='1.2.1',
+ version='1.2.2',
15
16
description='An easy to use python driver for ArangoDB with built-in validation',
17
long_description=long_description,
0 commit comments