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 e2d809c commit 23e2ed5Copy full SHA for 23e2ed5
CHANGELOG.md
@@ -1,11 +1,11 @@
1
# Changelog
2
3
-## master (unreleased)
+## 2.0.0 (2020-06-22)
4
5
+- Confirm support for Django 3.0 (#41).
6
+- Remove `six` from the requirements (#43).
7
- Drop Python 2 Support (#37).
8
- Drop Django 1.11 support (#40).
-- Remove `six` from the requirements (#43).
-- Confirm support for Django 3.0 (#41).
9
10
## 1.5.0 (2020-02-05)
11
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.6.0.dev0',
+ version='2.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