summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst8
-rw-r--r--factory/__init__.py2
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 173c40f..f072b1c 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -1,6 +1,14 @@
ChangeLog
=========
+2.1.0 (current)
+---------------
+
+*New:*
+
+ - Add :class:`~factory.fuzzy.FuzzyDate` thanks to `saulshanabrook <https://github.com/saulshanabrook>`_
+ - Add :class:`~factory.fuzzy.FuzzyDateTime` and :class:`~factory.fuzzy.FuzzyNaiveDateTime`.
+
2.0.2 (2013-04-16)
------------------
diff --git a/factory/__init__.py b/factory/__init__.py
index e1138fa..2c81705 100644
--- a/factory/__init__.py
+++ b/factory/__init__.py
@@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
-__version__ = '2.0.2'
+__version__ = '2.1.0-dev'
__author__ = 'Raphaƫl Barrois <raphael.barrois+fboy@polytechnique.org>'
from .base import (