Preparing release 0.3.8

This commit is contained in:
Mathieu Le Marec - Pasquet 2015-06-23 21:35:03 +02:00
parent 5ba3b3b1b4
commit 4b11aa35e8
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog
==============
0.3.8 (unreleased)
0.3.8 (2015-06-23)
------------------
- Truncate microseconds by setting to 0
[Corey Wright <corey.wright@rackspace.com>]

View File

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