diff --git a/MANIFEST.in b/MANIFEST.in index 73219e1..47c0855 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -include AUTHORS MANIFEST.in +include AUTHORS MANIFEST.in README.creole recursive-exclude * *.py[co] recursive-include * *.creole \ No newline at end of file diff --git a/README.creole b/README.creole index 5f6934d..ac32a6f 100644 --- a/README.creole +++ b/README.creole @@ -199,6 +199,8 @@ Note: In this case you must install **docutils**! See above. = history = +* v1.1.1 - 2013-11-08 +** Bugfix: Setup script exited with error: can't copy 'README.creole': doesn't exist or not a regular file * v1.1.0 - 2013-10-28 ** NEW: Simple commandline interface added. * v1.0.7 - 2013-08-07 diff --git a/creole/__init__.py b/creole/__init__.py index 06d8304..672165b 100644 --- a/creole/__init__.py +++ b/creole/__init__.py @@ -20,7 +20,7 @@ from __future__ import division, absolute_import, print_function, unicode_literals -__version__ = (1, 1, 0) +__version__ = (1, 1, 1) __api__ = (1, 0) # Creole 1.0 spec - http://wikicreole.org/