File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
44from .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.
Original file line number Diff line number Diff line change 6363# The short X.Y version.
6464version = '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.
Original file line number Diff line number Diff line change 22
33
44def test_version ():
5- assert __version__ == '1.1.7 '
5+ assert __version__ == '1.2.0 '
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ooetl"
3- version = " 1.1.7 "
3+ version = " 1.2.0 "
44description = " Minimal opinionated object oriented ETL framework"
55authors = [
" guglielmo <[email protected] >" ]
66readme = " README.md"
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.1.7
2+ current_version = 1.2.0
33commit = True
44tag = True
55tag_name = v{new_version}
You can’t perform that action at this time.
0 commit comments