Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin1024 committed Feb 11, 2019
1 parent a8aa15d commit be3c320
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ tox

## Changelog

* 0.3.1
* Update included self-signed cert to include IP address in SAN (See #52)
* 1.0.0
* Update included self-signed cert to include IP address in SAN (See #52). Full version bump because this could be a breaking change for those depending on the certificate missing the IP address in the SAN (as it seems the requests test suite does)
* Only use @pytest.fixture decorator once (thanks @hroncok)
* Fix a few README typos (thanks @hemberger)
* 0.3.0
Expand Down
2 changes: 1 addition & 1 deletion pytest_httpbin/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.1'
__version__ = '1.0.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
license='MIT',

classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Topic :: Software Development :: Testing',
'Topic :: Software Development :: Libraries',
Expand Down

0 comments on commit be3c320

Please sign in to comment.