We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901be4f commit 6a0430eCopy full SHA for 6a0430e
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## master
+## 1.0.0 (2016-06-23)
4
5
* Django 1.8 compatibility, thank you ``tox`` (#5).
6
* Compatible with Python 3 (tested with Python 3.4), thx @wo0dyn (#6).
setup.py
@@ -64,7 +64,7 @@ def namespace_packages(project_name):
64
65
if __name__ == '__main__': # ``import setup`` doesn't trigger setup().
66
setup(name=name,
67
- version='0.0.6.dev',
+ version='1.0.0',
68
description="""Chunk large QuerySets into small chunks, and iterate over them without killing your RAM.""", # noqa
69
long_description=readme,
70
classifiers=[
0 commit comments