Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Jan 28, 2025
2 parents 8253941 + fcc1523 commit 186150d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/changelog/1.0.3.rst → docs/changelog/1.1.1.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.0.3 (2025-01-28)
1.1.1 (2025-01-28)
==================

Improvements
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:caption: Changelog

DRAFT
1.0.3
1.1.1
1.0.2
1.0.1
1.0.0
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# The short X.Y version.

# this value is updated automatically by `poetry version ...` and poetry-bumpversion plugin
ver = Version.parse("1.0.3")
ver = Version.parse("1.1.1")
version = ver.base_version
# The full version, including alpha/beta/rc tags.
release = ver.public
Expand Down
2 changes: 1 addition & 1 deletion horizon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# _raw_version could contain pre-release version, like 0.0.1dev123
# value is updated automatically by `poetry version ...` and poetry-bumpversion plugin
_raw_version = "1.0.3"
_raw_version = "1.1.1"

# version always contain only release number like 0.0.1
__version__ = ".".join(_raw_version.split(".")[:3])
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "data-horizon"
version = "1.1.0"
version = "1.1.1"
license = "Apache-2.0"
description = "Horizon REST API + client"
authors = ["DataOps.ETL <[email protected]>"]
Expand Down

0 comments on commit 186150d

Please sign in to comment.