Skip to content

Commit

Permalink
v1.1.1 - Bugfix: Setup script exited with error: can't copy 'README.c…
Browse files Browse the repository at this point in the history
…reole': doesn't exist or not a regular file
  • Loading branch information
jedie committed Nov 8, 2013
1 parent 7ceec6e commit 9f5a403
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include AUTHORS MANIFEST.in
include AUTHORS MANIFEST.in README.creole
recursive-exclude * *.py[co]
recursive-include * *.creole
2 changes: 2 additions & 0 deletions README.creole
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion creole/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/


Expand Down

0 comments on commit 9f5a403

Please sign in to comment.