Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobord committed Aug 26, 2016
1 parent 6ba11f7 commit 5d144e5
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.0.1 (2016-08-26)

**Warning**: this version will be the last to support Django 1.6 or 1.7. Starting of the next version, we'll only support 1.8+.

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.1.dev0',
version='1.0.1',
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 5d144e5

Please sign in to comment.