Skip to content

Commit e59adce

Browse files
committed
fixing version bump
1 parent 62dde9f commit e59adce

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
History
33
=======
44

5+
0.2.0 (2016-11-16)
6+
------------------
7+
* Added test suite.
8+
* Fixed bugs with api exception raising.
9+
510
0.1.0 (2016-11-16)
611
------------------
712

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.1.0
2+
current_version = 0.2.0
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.1.0',
22+
version='0.2.0',
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)