Skip to content

Commit dd65b08

Browse files
committed
new stable version
1 parent 21538c8 commit dd65b08

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

DESCRIPTION.rst

+1-9
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,4 @@ pyArango is developed by `Tariq Daouda`_, the full source code is available from
1515
For the latest news about pyArango, you can follow me on twitter `@tariqdaouda`_.
1616
If you have any issues with it, please file a github issue.
1717

18-
.. _@tariqdaouda: https://www.twitter.com/tariqdaouda
19-
20-
Changelog
21-
===========
22-
23-
1.0.3
24-
-------
25-
* Added support for all types of indexes
26-
* Connections are now managed into sessions that the user can restart if necessary. This allows for a much more stable interaction with ArangoDB when a lot of queries are involved
18+
.. _@tariqdaouda: https://www.twitter.com/tariqdaouda

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
setup(
1212
name='pyArango',
1313

14-
version='1.2.2',
14+
version='1.2.3',
1515

1616
description='An easy to use python driver for ArangoDB with built-in validation',
1717
long_description=long_description,
@@ -29,8 +29,8 @@
2929
# 3 - Alpha
3030
# 4 - Beta
3131
# 5 - Production/Stable
32-
# 'Development Status :: 5 - Production/Stable',
33-
'Development Status :: 4 - Beta',
32+
'Development Status :: 5 - Production/Stable',
33+
# 'Development Status :: 4 - Beta',
3434

3535
'Intended Audience :: Developers',
3636
'Intended Audience :: System Administrators',

0 commit comments

Comments
 (0)