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 6ba11f7 commit 5d144e5Copy full SHA for 5d144e5
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## master (unreleased)
+## 1.0.1 (2016-08-26)
4
5
**Warning**: this version will be the last to support Django 1.6 or 1.7. Starting of the next version, we'll only support 1.8+.
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='1.0.1.dev0',
+ version='1.0.1',
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