Skip to content

Commit

Permalink
Bump version: 1.1.6 → 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
guglielmo committed Oct 19, 2021
1 parent 7e4d551 commit dea0273
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ooetl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from .transformations import DummyTransformation

__version__ = '1.1.6'
__version__ = '1.1.7'
__description__ = "A framework to write ETL processes at the Openpolis Foundation."

"""A framework to write ETL processes at the Openpolis Foundation.
Expand Down
2 changes: 1 addition & 1 deletion ooetl/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# The short X.Y version.
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.1.6'
release = '1.1.7'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion ooetl/tests/test_ooetl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == '1.1.6'
assert __version__ == '1.1.7'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ooetl"
version = "1.1.6"
version = "1.1.7"
description = "Minimal opinionated object oriented ETL framework"
authors = ["guglielmo <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.6
current_version = 1.1.7
commit = True
tag = True
tag_name = v{new_version}
Expand Down

0 comments on commit dea0273

Please sign in to comment.