Skip to content

Commit e248791

Browse files
committed
Bumped version to 0.3.1
1 parent 21e6805 commit e248791

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# History
22

3+
## 0.3.1 (2017-08-07)
4+
5+
* Fixed bug where GET would send content in the request body.
6+
37
## 0.2.1 (2016-11-16)
48

59
* Converted rst to markdown.

python_wpapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Lucas Lobosque"""
44
__email__ = '[email protected]'
5-
__version__ = '0.3.0'
5+
__version__ = '0.3.1'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.0
2+
current_version = 0.3.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name='python_wpapi',
22-
version='0.3.0',
22+
version='0.3.1',
2323
description="Simple wrapper around the Wordpress REST API",
2424
long_description=readme + '\n\n' + history,
2525
author="Lucas Lobosque",

0 commit comments

Comments
 (0)