Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
- Confirm support for Django 3.0 (#41).
- Remove `six` from the requirements (#43).
- Drop Python 2 Support (#37).
- Drop Django 1.11 support (#40).
  • Loading branch information
brunobord committed Jun 22, 2020
1 parent e2d809c commit 23e2ed5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Changelog

## master (unreleased)
## 2.0.0 (2020-06-22)

- Confirm support for Django 3.0 (#41).
- Remove `six` from the requirements (#43).
- Drop Python 2 Support (#37).
- Drop Django 1.11 support (#40).
- Remove `six` from the requirements (#43).
- Confirm support for Django 3.0 (#41).

## 1.5.0 (2020-02-05)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def namespace_packages(project_name):

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

0 comments on commit 23e2ed5

Please sign in to comment.