File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- # 1.3.0 (2017-09-14)
3+ # master (unreleased)
4+
5+ Back to dev.
6+
7+ ## 1.3.0 (2017-09-14)
48
59- Run tox with Django 1.11 (#22 ).
610- Run tests with the Django master version (#22 ).
711
8- # 1.2.0 (2017-07-03)
12+ ## 1.2.0 (2017-07-03)
913
1014- Deal with OneToOne Primary Keys (#19 ).
1115- Expose the util function `` chunkator_page `` (#21 ).
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def namespace_packages(project_name):
6464
6565if __name__ == '__main__' : # ``import setup`` doesn't trigger setup().
6666 setup (name = name ,
67- version = '1.3.0 ' ,
67+ version = '1.4.0.dev0 ' ,
6868 description = """Chunk large QuerySets into small chunks, and iterate over them without killing your RAM.""" , # noqa
6969 long_description = readme ,
7070 classifiers = [
You can’t perform that action at this time.
0 commit comments