Skip to content

Commit fddc650

Browse files
author
Colin-b
committed
Bump version to alpha2
1 parent 4e6edac commit fddc650

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyxelrest/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
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"

tests/test_header_parameter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)