Skip to content

Commit

Permalink
bump version 0.1.0 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
velimir committed Aug 3, 2018
1 parent 8ae65c6 commit ec5547d
Show file tree
Hide file tree
Showing 44 changed files with 633 additions and 628 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Expand Up @@ -2,6 +2,11 @@
History
=======

0.2.0 (2018-08-03)
------------------

* Add python 2.7 support


0.1.0 (2018-07-15)
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -45,6 +45,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/velimir0xff/whispyr',
version='0.1.0',
version='0.2.0',
zip_safe=False,
)
6 changes: 3 additions & 3 deletions tests/cassettes/fixtures/workspace.yaml
Expand Up @@ -11,7 +11,7 @@ interactions:
Content-Type:
- application/vnd.whispir.workspace-v1+json
User-Agent:
- whispyr/0.1.0
- whispyr/0.2.0
authorization:
- Basic VTUzUk40TTM6UDRaWlcwUkQ=
method: GET
Expand Down Expand Up @@ -111,7 +111,7 @@ interactions:
Content-Type:
- application/vnd.whispir.workspace-v1+json
User-Agent:
- whispyr/0.1.0
- whispyr/0.2.0
authorization:
- Basic VTUzUk40TTM6UDRaWlcwUkQ=
method: GET
Expand Down Expand Up @@ -211,7 +211,7 @@ interactions:
Content-Type:
- application/vnd.whispir.workspace-v1+json
User-Agent:
- whispyr/0.1.0
- whispyr/0.2.0
authorization:
- Basic VTUzUk40TTM6UDRaWlcwUkQ=
method: GET
Expand Down
6 changes: 3 additions & 3 deletions tests/cassettes/test_whispyr_apps/test_delete_app.yaml
Expand Up @@ -14,7 +14,7 @@ interactions:
Content-Type:
- application/vnd.whispir.app-v1+json
User-Agent:
- whispyr/0.1.0
- whispyr/0.2.0
authorization:
- Basic VTUzUk40TTM6UDRaWlcwUkQ=
method: POST
Expand Down Expand Up @@ -102,7 +102,7 @@ interactions:
Content-Type:
- application/vnd.whispir.app-v1+json
User-Agent:
- whispyr/0.1.0
- whispyr/0.2.0
authorization:
- Basic VTUzUk40TTM6UDRaWlcwUkQ=
method: DELETE
Expand Down Expand Up @@ -138,7 +138,7 @@ interactions:
Content-Type:
- application/vnd.whispir.app-v1+json
User-Agent:
- whispyr/0.1.0
- whispyr/0.2.0
authorization:
- Basic VTUzUk40TTM6UDRaWlcwUkQ=
method: GET
Expand Down
18 changes: 9 additions & 9 deletions tests/cassettes/test_whispyr_apps/test_list_apps.yaml
Expand Up @@ -14,7 +14,7 @@ interactions:
Content-Type:
- application/vnd.whispir.app-v1+json
User-Agent:
- whispyr/0.1.0
- whispyr/0.2.0
authorization:
- Basic VTUzUk40TTM6UDRaWlcwUkQ=
method: POST
Expand Down Expand Up @@ -101,7 +101,7 @@ interactions:
Content-Type:
- application/vnd.whispir.app-v1+json
User-Agent:
- whispyr/0.1.0
- whispyr/0.2.0
authorization:
- Basic VTUzUk40TTM6UDRaWlcwUkQ=
method: POST
Expand Down Expand Up @@ -187,7 +187,7 @@ interactions:
Content-Type:
- application/vnd.whispir.app-v1+json
User-Agent:
- whispyr/0.1.0
- whispyr/0.2.0
authorization:
- Basic VTUzUk40TTM6UDRaWlcwUkQ=
method: POST
Expand Down Expand Up @@ -275,7 +275,7 @@ interactions:
Content-Type:
- application/vnd.whispir.app-v1+json
User-Agent:
- whispyr/0.1.0
- whispyr/0.2.0
authorization:
- Basic VTUzUk40TTM6UDRaWlcwUkQ=
method: POST
Expand Down Expand Up @@ -360,7 +360,7 @@ interactions:
Content-Type:
- application/vnd.whispir.app-v1+json
User-Agent:
- whispyr/0.1.0
- whispyr/0.2.0
authorization:
- Basic VTUzUk40TTM6UDRaWlcwUkQ=
method: GET
Expand Down Expand Up @@ -545,7 +545,7 @@ interactions:
Content-Type:
- application/vnd.whispir.app-v1+json
User-Agent:
- whispyr/0.1.0
- whispyr/0.2.0
authorization:
- Basic VTUzUk40TTM6UDRaWlcwUkQ=
method: DELETE
Expand Down Expand Up @@ -583,7 +583,7 @@ interactions:
Content-Type:
- application/vnd.whispir.app-v1+json
User-Agent:
- whispyr/0.1.0
- whispyr/0.2.0
authorization:
- Basic VTUzUk40TTM6UDRaWlcwUkQ=
method: DELETE
Expand Down Expand Up @@ -621,7 +621,7 @@ interactions:
Content-Type:
- application/vnd.whispir.app-v1+json
User-Agent:
- whispyr/0.1.0
- whispyr/0.2.0
authorization:
- Basic VTUzUk40TTM6UDRaWlcwUkQ=
method: DELETE
Expand Down Expand Up @@ -659,7 +659,7 @@ interactions:
Content-Type:
- application/vnd.whispir.app-v1+json
User-Agent:
- whispyr/0.1.0
- whispyr/0.2.0
authorization:
- Basic VTUzUk40TTM6UDRaWlcwUkQ=
method: DELETE
Expand Down

0 comments on commit ec5547d

Please sign in to comment.