File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33# Major should be incremented in case there is a breaking change. (eg: 2.5.8 -> 3.0.0)
44# Minor should be incremented in case there is an enhancement. (eg: 2.5.8 -> 2.6.0)
55# Patch should be incremented in case there is a bug fix. (eg: 2.5.8 -> 2.5.9)
6- __version__ = "1.0.0a1 "
6+ __version__ = "1.0.0a2 "
Original file line number Diff line number Diff line change @@ -175,6 +175,6 @@ def test_get_header_advanced_configuration(
175175 assert headers ["X-Pxl-Other" ] == "MyOtherValue"
176176 assert headers ["X-Pxl-Envvar" ] == os .environ ["USERNAME" ]
177177 assert headers ["X-Pxl-Request" ]
178- assert headers ["User-Agent" ] == "PyxelRest v1.0.0a1 "
178+ assert headers ["User-Agent" ] == "PyxelRest v1.0.0a2 "
179179 assert headers ["X-Pxl-Cell" ] == "Python"
180180 assert headers ["X-Pxl-Session" ] == "2018-10-11T15:05:05.663979"
You can’t perform that action at this time.
0 commit comments