We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62dde9f commit e59adceCopy full SHA for e59adce
3 files changed
HISTORY.rst
@@ -2,6 +2,11 @@
2
History
3
=======
4
5
+0.2.0 (2016-11-16)
6
+------------------
7
+* Added test suite.
8
+* Fixed bugs with api exception raising.
9
+
10
0.1.0 (2016-11-16)
11
------------------
12
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.1.0
+current_version = 0.2.0
commit = True
tag = True
setup.py
@@ -19,7 +19,7 @@
19
20
setup(
21
name='python_wpapi',
22
- version='0.1.0',
+ version='0.2.0',
23
description="Simple wrapper around the Wordpress REST API",
24
long_description=readme + '\n\n' + history,
25
author="Lucas Lobosque",
0 commit comments