Skip to content

Commit

Permalink
new stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqdaouda committed Jul 21, 2016
1 parent 21538c8 commit dd65b08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
10 changes: 1 addition & 9 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,4 @@ pyArango is developed by `Tariq Daouda`_, the full source code is available from
For the latest news about pyArango, you can follow me on twitter `@tariqdaouda`_.
If you have any issues with it, please file a github issue.

.. _@tariqdaouda: https://www.twitter.com/tariqdaouda

Changelog
===========

1.0.3
-------
* Added support for all types of indexes
* 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
.. _@tariqdaouda: https://www.twitter.com/tariqdaouda
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(
name='pyArango',

version='1.2.2',
version='1.2.3',

description='An easy to use python driver for ArangoDB with built-in validation',
long_description=long_description,
Expand All @@ -29,8 +29,8 @@
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
# 'Development Status :: 5 - Production/Stable',
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
# 'Development Status :: 4 - Beta',

'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
Expand Down

0 comments on commit dd65b08

Please sign in to comment.