From ba9b472b81c778c13cae76c000ea6bf048210c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20H=C3=A4usler?= Date: Sat, 4 Oct 2014 11:17:48 +0200 Subject: [PATCH] Changed issue to different version --- CHANGELOG.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08af9ab..5a6acc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,6 @@ First version which had the following features: - Index support - Raw AQL support - User support -- Batch document insert - Execute raw ArangoDB queries - ORM Queryset Filtering (with boolean) - ORM Queryset limit @@ -58,6 +57,7 @@ First version which had the following features: - ManyToMany ### 0.5 +- Batch execution - System - Replication - Endpoint diff --git a/setup.py b/setup.py index 94281e5..2660e61 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='ArangoPy', - version= '0.2.6', + version= '0.3.0', packages=find_packages(), requires=[ 'slumber',