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 c375cff commit 9766093Copy full SHA for 9766093
CHANGELOG.md
@@ -1,9 +1,9 @@
1
# Changelog
2
3
-# master (unreleased)
+# 1.2.0 (2017-07-03)
4
5
- Deal with OneToOne Primary Keys (#19).
6
-- Expose the util function ``chunkator_page``.
+- Expose the util function ``chunkator_page`` (#21).
7
8
## 1.1.0 (2017-03-25)
9
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.2.0.dev0',
+ version='1.2.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