Skip to content

Commit

Permalink
Back to development: 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kiorky committed Jun 23, 2015
1 parent 4b11aa3 commit edab91c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
==============

0.3.9 (unreleased)
------------------

- Nothing changed yet.


0.3.8 (2015-06-23)
------------------
- Truncate microseconds by setting to 0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def read(*rnames):

setup(
name='croniter',
version='0.3.8',
version='0.3.9.dev0',
py_modules=['croniter', ],
description=(
'croniter provides iteration for datetime '
Expand Down

0 comments on commit edab91c

Please sign in to comment.