Skip to content

Commit be3c320

Browse files
committed
bump version
1 parent a8aa15d commit be3c320

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ tox
128128

129129
## Changelog
130130

131-
* 0.3.1
132-
* Update included self-signed cert to include IP address in SAN (See #52)
131+
* 1.0.0
132+
* 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)
133133
* Only use @pytest.fixture decorator once (thanks @hroncok)
134134
* Fix a few README typos (thanks @hemberger)
135135
* 0.3.0

pytest_httpbin/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.1'
1+
__version__ = '1.0.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
license='MIT',
3535

3636
classifiers=[
37-
'Development Status :: 3 - Alpha',
37+
'Development Status :: 5 - Production/Stable',
3838
'Intended Audience :: Developers',
3939
'Topic :: Software Development :: Testing',
4040
'Topic :: Software Development :: Libraries',

0 commit comments

Comments
 (0)