Preparing release 0.3.12

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

View File

@ -1,7 +1,7 @@
Changelog
==============
0.3.12 (unreleased)
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.dev0',
version='0.3.12',
py_modules=['croniter', ],
description=(
'croniter provides iteration for datetime '