Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobord committed Mar 25, 2017
1 parent e571565 commit 0abda7e
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.1.0 (2017-03-25)

- Drop Django 1.6 and 1.7 support (#15).
- Add Django 1.10 support (#18).
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.0.2.dev0',
version='1.1.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 0abda7e

Please sign in to comment.