Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgross committed May 20, 2014
1 parent f09d008 commit 0f8a4be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### `0.3.2`

* Don't lock `six` version so explicitly.

### `0.3.1`

* Don't override `range` keyword when constructing `Range` dict.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def parse_requirements():
setup(
name="pyeqs",
license="MIT",
version='0.3.1',
version='0.3.2',
description=u'Django Querysets-esque implementation for Elasticsearch',
author=u'Andrew Gross',
author_email=u'andrew.w.gross@gmail.com',
Expand Down

0 comments on commit 0f8a4be

Please sign in to comment.