We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08419b commit 355b264Copy full SHA for 355b264
README.rst
@@ -263,6 +263,10 @@ Example of returned data:
263
Changelog
264
---------
265
266
+1.2.5 - 2017/12/07
267
+~~~~~~~~~~~~~~~~~~
268
+- Better UTF-8 support
269
+
270
1.2.4 - 2017/10/01
271
~~~~~~~~~~~~~~~~~~
272
- Support for image upload
wordpress/__init__.py
@@ -10,7 +10,7 @@
10
"""
11
12
__title__ = "wordpress"
13
-__version__ = "1.2.4"
+__version__ = "1.2.5"
14
__author__ = "Claudio Sanches @ WooThemes, forked by Derwent"
15
__license__ = "MIT"
16
0 commit comments