Skip to content

Commit 8b59f39

Browse files
committed
Bump version: 1.1.7 → 1.2.0
1 parent 4679309 commit 8b59f39

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ooetl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from .transformations import DummyTransformation
55

6-
__version__ = '1.1.7'
6+
__version__ = '1.2.0'
77
__description__ = "A framework to write ETL processes at the Openpolis Foundation."
88

99
"""A framework to write ETL processes at the Openpolis Foundation.

ooetl/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# The short X.Y version.
6464
version = '1.1'
6565
# The full version, including alpha/beta/rc tags.
66-
release = '1.1.7'
66+
release = '1.2.0'
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.

ooetl/tests/test_ooetl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == '1.1.7'
5+
assert __version__ == '1.2.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ooetl"
3-
version = "1.1.7"
3+
version = "1.2.0"
44
description = "Minimal opinionated object oriented ETL framework"
55
authors = ["guglielmo <[email protected]>"]
66
readme = "README.md"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.7
2+
current_version = 1.2.0
33
commit = True
44
tag = True
55
tag_name = v{new_version}

0 commit comments

Comments
 (0)