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 65e452d commit c7d01e2Copy full SHA for c7d01e2
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-# master (unreleased)
+## 1.3.1 (2018-05-14)
4
5
- Changing Github Organization from ``novafloss`` to ``peopledoc`` (#24),
6
- Added documentation to install and bootstrap the demo app (#26),
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.4.0.dev0',
+ version='1.3.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