Skip to content

Commit 23e2ed5

Browse files
committed
v2.0.0
- Confirm support for Django 3.0 (#41). - Remove `six` from the requirements (#43). - Drop Python 2 Support (#37). - Drop Django 1.11 support (#40).
1 parent e2d809c commit 23e2ed5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changelog
22

3-
## master (unreleased)
3+
## 2.0.0 (2020-06-22)
44

5+
- Confirm support for Django 3.0 (#41).
6+
- Remove `six` from the requirements (#43).
57
- Drop Python 2 Support (#37).
68
- Drop Django 1.11 support (#40).
7-
- Remove `six` from the requirements (#43).
8-
- Confirm support for Django 3.0 (#41).
99

1010
## 1.5.0 (2020-02-05)
1111

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def namespace_packages(project_name):
6464

6565
if __name__ == '__main__': # ``import setup`` doesn't trigger setup().
6666
setup(name=name,
67-
version='1.6.0.dev0',
67+
version='2.0.0',
6868
description="""Chunk large QuerySets into small chunks, and iterate over them without killing your RAM.""", # noqa
6969
long_description=readme,
7070
classifiers=[

0 commit comments

Comments
 (0)