Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobord committed Jul 3, 2017
1 parent c375cff commit 9766093
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

# master (unreleased)
# 1.2.0 (2017-07-03)

- Deal with OneToOne Primary Keys (#19).
- Expose the util function ``chunkator_page``.
- Expose the util function ``chunkator_page`` (#21).

## 1.1.0 (2017-03-25)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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.2.0.dev0',
version='1.2.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 9766093

Please sign in to comment.