Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobord committed Sep 14, 2017
1 parent 2889950 commit f2eadcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

# master (unreleased)
# 1.3.0 (2017-09-14)

- Run tox with Django 1.11 (#22).
- Run tests with the Django master version (#22).
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.3.0.dev0',
version='1.3.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 f2eadcf

Please sign in to comment.