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