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

Commit 1270f27

Browse files
committed
Updated version number
1 parent 8a91312 commit 1270f27

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
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.2.1
6+
# Version: 1.2.2
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: 1.2.1
6+
# Version: 1.2.2
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.2.1
6+
# Version: 1.2.2
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.2.1
6+
# Version: 1.2.2
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.2.1
6+
# Version: 1.2.2
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.2.1
6+
# Version: 1.2.2
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.2.1
6+
# Version: 1.2.2
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.2.1
6+
# Version: 1.2.2
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.2.1
6+
# Version: 1.2.2
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.2.1',
24+
version='1.2.2',
2525
python_requires='>=3.6',
2626
author="Yuv Joodhisty",
2727
author_email="[email protected]",

0 commit comments

Comments
 (0)