Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobord committed Jun 23, 2016
1 parent 901be4f commit 6a0430e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## master
## 1.0.0 (2016-06-23)

* Django 1.8 compatibility, thank you ``tox`` (#5).
* Compatible with Python 3 (tested with Python 3.4), thx @wo0dyn (#6).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -64,7 +64,7 @@ def namespace_packages(project_name):

if __name__ == '__main__': # ``import setup`` doesn't trigger setup().
setup(name=name,
version='0.0.6.dev',
version='1.0.0',
description="""Chunk large QuerySets into small chunks, and iterate over them without killing your RAM.""", # noqa
long_description=readme,
classifiers=[
Expand Down

0 comments on commit 6a0430e

Please sign in to comment.