Back to development: 0.3.13

This commit is contained in:
Mathieu Le Marec - Pasquet
2016-03-10 21:31:32 +01:00
parent 126dcfc86c
commit 6022c3adf2
2 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,12 @@
Changelog
==============
0.3.13 (unreleased)
-------------------
- Nothing changed yet.
0.3.12 (2016-03-10)
-------------------
- support setting ret_type in __init__ [Brent Tubbs <brent.tubbs@gmail.com>]

View File

@@ -17,7 +17,7 @@ long_description = "\n\n".join(
setup(
name='croniter',
version='0.3.12',
version='0.3.13.dev0',
py_modules=['croniter', ],
description=(
'croniter provides iteration for datetime '