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 5d144e5 commit fd1c7f7Copy full SHA for fd1c7f7
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## master (unreleased)
4
+
5
+- Nothing changed yet.
6
7
## 1.0.1 (2016-08-26)
8
9
**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+.
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',
+ version='1.0.2.dev0',
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