File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def namespace_packages(project_name):
6464
6565if __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 = [
You can’t perform that action at this time.
0 commit comments