summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2018-08-07 12:07:49 +0200
committerMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2019-03-26 14:36:50 +0100
commitb57519eba539ac296d64fc7d16ce6ee88f0d28ff (patch)
treef833a0ff3fbb4d8ff28f02bbce75231b62eea548
parent2da29f33764b203cba4d6b138edc42036a34899f (diff)
downloadcroniter-b57519eba539ac296d64fc7d16ce6ee88f0d28ff.tar.gz
history revamp
-rw-r--r--README.rst6
-rw-r--r--docs/CHANGES.rst10
-rw-r--r--setup.py2
3 files changed, 17 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 9935c59..2c82029 100644
--- a/README.rst
+++ b/README.rst
@@ -22,6 +22,12 @@ Travis badge
.. image:: https://travis-ci.org/kiorky/croniter.svg?branch=master
:target: https://travis-ci.org/kiorky/croniter
+
+
+Support development
+====================
+- `paypal <https://paypal.me/kiorky>`_
+
Usage
============
diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst
index 0d6f530..7afbaae 100644
--- a/docs/CHANGES.rst
+++ b/docs/CHANGES.rst
@@ -1,6 +1,16 @@
Changelog
==============
+0.3.29 (unreleased)
+-------------------
+
+- credits
+- history stripping (security)
+- Handle -Sun notation, This fixes `#119 <https://github.com/taichino/croniter/issues/119>`_.
+ [kiorky]
+- Handle invalid ranges correctly, This fixes `#114 <https://github.com/taichino/croniter/issues/114>`_.
+ [kiorky]
+
0.3.25 (2018-08-07)
-------------------
- Pypi hygiene
diff --git a/setup.py b/setup.py
index cfc10ea..92c3d80 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ long_description = "\n\n".join(
setup(
name='croniter',
- version='0.3.25',
+ version='0.3.29.dev0',
py_modules=['croniter', ],
description=(
'croniter provides iteration for datetime '