diff --git a/docs/changelog.rst b/docs/changelog.rst index 5904c6f..bf8c35a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,10 @@ Changelog ========= +1.1.3 (2020-10-21) + +* Jquery fixes for issues #121 and #126 by QShulz + 1.1.2 (2020-10-13) * fix weird upload bug on pypi diff --git a/prosopopee/__init__.py b/prosopopee/__init__.py index 72f26f5..0b2f79d 100644 --- a/prosopopee/__init__.py +++ b/prosopopee/__init__.py @@ -1 +1 @@ -__version__ = "1.1.2" +__version__ = "1.1.3"