Skip to content

Commit fcced7a

Browse files
committedFeb 5, 2020
v1.5.0
- Confirm support for Django 2.2 (#33). - Add Python 3.8 support (#34).
1 parent 17c53bd commit fcced7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## master (unreleased)
3+
## 1.5.0 (2020-02-05)
44

5-
- Confirm support for Django 2.2
5+
- Confirm support for Django 2.2 (#33).
66
- Add Python 3.8 support (#34).
77

88
## 1.4.0 (2018-12-17)

‎setup.py

+1-1
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.5.0.dev0',
67+
version='1.5.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)