Skip to content

Commit c7d01e2

Browse files
committed
v1.3.1
1 parent 65e452d commit c7d01e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
# master (unreleased)
3+
## 1.3.1 (2018-05-14)
44

55
- Changing Github Organization from ``novafloss`` to ``peopledoc`` (#24),
66
- Added documentation to install and bootstrap the demo app (#26),

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.4.0.dev0',
67+
version='1.3.1',
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)