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 17c53bd commit fcced7aCopy full SHA for fcced7a
CHANGELOG.md
@@ -1,8 +1,8 @@
1
# Changelog
2
3
-## master (unreleased)
+## 1.5.0 (2020-02-05)
4
5
-- Confirm support for Django 2.2
+- Confirm support for Django 2.2 (#33).
6
- Add Python 3.8 support (#34).
7
8
## 1.4.0 (2018-12-17)
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.5.0.dev0',
+ version='1.5.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