Skip to content

Commit

Permalink
Bump version: 1.2.1 → 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guglielmo committed Oct 14, 2022
1 parent 55f0b63 commit 2a6b0e8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 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.2.1'
__version__ = '1.2.2'
__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.2.1'
release = '1.2.2'

# 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.2.1'
assert __version__ == '1.2.2'
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.2.1"
version = "1.2.2"
description = "Minimal opinionated object oriented ETL framework"
authors = ["guglielmo <[email protected]>"]
readme = "README.md"
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.1
current_version = 1.2.2
commit = True
tag = True
tag_name = v{new_version}
Expand Down Expand Up @@ -31,4 +31,3 @@ exclude = .tox,.git,.venv

[coverage:run]
source = ./ooetl

0 comments on commit 2a6b0e8

Please sign in to comment.