Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Changed issue to different version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Häusler committed Oct 4, 2014
1 parent 9704af4 commit ba9b472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -58,6 +57,7 @@ First version which had the following features:
- ManyToMany

### 0.5
- Batch execution
- System
- Replication
- Endpoint
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='ArangoPy',
version= '0.2.6',
version= '0.3.0',
packages=find_packages(),
requires=[
'slumber',
Expand Down

0 comments on commit ba9b472

Please sign in to comment.