Skip to content

Commit fd1c7f7

Browse files
committed
Back to development: 1.0.2
1 parent 5d144e5 commit fd1c7f7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## master (unreleased)
4+
5+
- Nothing changed yet.
6+
37
## 1.0.1 (2016-08-26)
48

59
**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+.

setup.py

Lines changed: 1 addition & 1 deletion
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.0.1',
67+
version='1.0.2.dev0',
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)