summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJensDiemer <git@jensdiemer.de>2018-02-27 17:57:37 +0100
committerJensDiemer <git@jensdiemer.de>2018-02-27 17:57:37 +0100
commitebe605605328692aaa338b64d8c5b599902fc7d4 (patch)
tree4306413c4d63779d9657d2b55ec5a54839a12ca6
parent27813beae2e31e27bb6cff08975c86a890a52bff (diff)
downloadcreole-ebe605605328692aaa338b64d8c5b599902fc7d4.tar.gz
update AUTHORS + README + __version__
-rw-r--r--AUTHORS1
-rw-r--r--README.creole2
-rw-r--r--creole/__init__.py2
3 files changed, 4 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 60bdeb3..5f8b042 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -16,6 +16,7 @@ PRIMARY AUTHORS are and/or have been (alphabetic order):
CONTRIBUTORS are and/or have been:
+* John Dupuy <https://github.com/JohnAD>
* Julien Enselme <https://github.com/Jenselme>
* Sepero <https://github.com/Sepero>
* Vitja.Makarov <http://code.google.com/u/Vitja.Makarov/>
diff --git a/README.creole b/README.creole
index aafc4cc..c2b458f 100644
--- a/README.creole
+++ b/README.creole
@@ -177,6 +177,8 @@ Note: In this case you must install **docutils**! See above.
= history =
+* v1.3.2 - 2018-02-27 - [[https://github.com/jedie/python-creole/compare/v1.3.1...v1.3.2|compare v1.3.1...v1.3.2]]
+** Adding optional img size to creole2html and html2creole contributed by [[https://github.com/JohnAD|John Dupuy]]
* v1.3.1 - 2015-08-15 - [[https://github.com/jedie/python-creole/compare/v1.3.0...v1.3.1|compare v1.3.0...v1.3.1]]
** Bugfix for "Failed building wheel for python-creole"
* v1.3.0 - 2015-06-02 - [[https://github.com/jedie/python-creole/compare/v1.2.2...v1.3.0|compare v1.2.2...v1.3.0]]
diff --git a/creole/__init__.py b/creole/__init__.py
index 5c9ff62..6594f9d 100644
--- a/creole/__init__.py
+++ b/creole/__init__.py
@@ -31,7 +31,7 @@ from creole.parser.html_parser import HtmlParser
from creole.py3compat import TEXT_TYPE
-__version__ = "1.3.1"
+__version__ = "1.3.2"
__api__ = "1.0" # Creole 1.0 spec - http://wikicreole.org/
VERSION_STRING = __version__ # remove in future