Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit d2b707e

Browse files
committed
Updated version to 1.0.3
1 parent a20a91a commit d2b707e

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

rebase/core/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2018 trivago N.V.
44
# License: Apache 2.0
55
# Source: https://github.com/trivago/rebase
6-
# Version: 1.0.2
6+
# Version: 1.0.3
77
# Python Version: 3.6
88
# Author: Yuv Joodhisty <[email protected]>
99
"""

rebase/core/object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2018 trivago N.V.
44
# License: Apache 2.0
55
# Source: https://github.com/trivago/rebase
6-
# Version: 0.2a2
6+
# Version: 1.0.3
77
# Python Version: 3.6
88
# Author: Yuv Joodhisty <[email protected]>
99
"""

rebase/core/validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2018 trivago N.V.
44
# License: Apache 2.0
55
# Source: https://github.com/trivago/rebase
6-
# Version: 1.0.2
6+
# Version: 1.0.3
77
# Python Version: 3.6
88
# Author: Yuv Joodhisty <[email protected]>
99
"""

rebase/validators/alnum_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2018 trivago N.V.
44
# License: Apache 2.0
55
# Source: https://github.com/trivago/rebase
6-
# Version: 1.0.2
6+
# Version: 1.0.3
77
# Python Version: 3.6
88
# Author: Yuv Joodhisty <[email protected]>
99
"""

rebase/validators/bool_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2018 trivago N.V.
44
# License: Apache 2.0
55
# Source: https://github.com/trivago/rebase
6-
# Version: 1.0.2
6+
# Version: 1.0.3
77
# Python Version: 3.6
88
# Author: Yuv Joodhisty <[email protected]>
99
"""

rebase/validators/integer_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2018 trivago N.V.
44
# License: Apache 2.0
55
# Source: https://github.com/trivago/rebase
6-
# Version: 1.0.2
6+
# Version: 1.0.3
77
# Python Version: 3.6
88
# Author: Yuv Joodhisty <[email protected]>
99
"""

rebase/validators/nested_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2018 trivago N.V.
44
# License: Apache 2.0
55
# Source: https://github.com/trivago/rebase
6-
# Version: 1.0.2
6+
# Version: 1.0.3
77
# Python Version: 3.6
88
# Author: Yuv Joodhisty <[email protected]>
99
"""

rebase/validators/range_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2018 trivago N.V.
44
# License: Apache 2.0
55
# Source: https://github.com/trivago/rebase
6-
# Version: 1.0.2
6+
# Version: 1.0.3
77
# Python Version: 3.6
88
# Author: Yuv Joodhisty <[email protected]>
99
"""

rebase/validators/string_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2018 trivago N.V.
44
# License: Apache 2.0
55
# Source: https://github.com/trivago/rebase
6-
# Version: 1.0.2
6+
# Version: 1.0.3
77
# Python Version: 3.6
88
# Author: Yuv Joodhisty <[email protected]>
99
"""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def run_tests(self):
2121

2222
setup(
2323
name='rebase',
24-
version='1.0.2',
24+
version='1.0.3',
2525
python_requires='>=3.6',
2626
author="Yuv Joodhisty",
2727
author_email="[email protected]",

0 commit comments

Comments
 (0)