Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
- Confirm support for Django 2.2 (#33).
- Add Python 3.8 support (#34).
  • Loading branch information
brunobord committed Feb 5, 2020
1 parent 17c53bd commit fcced7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,8 @@
# Changelog

## master (unreleased)
## 1.5.0 (2020-02-05)

- Confirm support for Django 2.2
- Confirm support for Django 2.2 (#33).
- Add Python 3.8 support (#34).

## 1.4.0 (2018-12-17)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
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.5.0.dev0',
version='1.5.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 fcced7a

Please sign in to comment.