# HG changeset patch # User Oben Sonne # Date 1327264421 -3600 # Sun Jan 22 21:33:41 2012 +0100 # Node ID eb2434a40368fcf15b84a848155f75e6b8a3d31a # Parent 8a7464e5826fd05e20fa66bcda6f01e3956b80bf release preparations diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -241,6 +241,15 @@ Changes ------------------------------------------------------------------------------- +Version 0.1.2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Explicitly require *Python Markdown* 2.0.3 (this is a temporary fix until + *markowik* correctly works with *Python Markdown* 2.1). **Note:** If this + conflicts with requirements of other Python packages, run *markowik* in its + own buildout as described above. +- Minor documentation tweaks. + Version 0.1.1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ here = os.path.abspath(os.path.dirname(__file__)) README = open(os.path.join(here, 'README.rst')).read() -version = '0.1.1' +version = '0.1.2' install_requires = [ 'markdown==2.0.3', 'argparse',