From 8c81a097e3a8bf95f1e90899ef8d1f2a99c89760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Gait=C3=A1n?= Date: Mon, 17 Nov 2014 16:15:52 -0300 Subject: [PATCH] bump 0.3.2 --- HISTORY.rst | 12 +++++++++--- waliki/__init__.py | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0155a85..7bc8c9c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,12 +4,18 @@ Changelog --------- 0.4dev -++++++ ++++++++ -- Url pattern configurable -- Added ``moin_migration_cleanup``, a tool to cleanup the result of moin2git_ +in development +0.3.2 (2014-11-17) +++++++++++++++++++ + +- Url pattern is configurable now. By default allow uppercase and underscores +- Added ``moin_migration_cleanup``, a tool to cleanup the result of a moin2git_ import +- Improve git parsers for *page history* and *what changed* + .. _moin2git: https://github.com/mgaitan/moin2git diff --git a/waliki/__init__.py b/waliki/__init__.py index 9a822fb..f37c5fa 100644 --- a/waliki/__init__.py +++ b/waliki/__init__.py @@ -1 +1 @@ -__version__ = '0.4dev' \ No newline at end of file +__version__ = '0.3.2' \ No newline at end of file