Skip to content

Commit

Permalink
Bump version to v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeocto committed Oct 20, 2023
1 parent b58159e commit c7995f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v4.6.0 - 2023-10-20

- Upgrade duckdb package to version 0.9.0[#104](https://github.com/octoenergy/xocto/pull/104)

## v4.5.0 - 2023-10-18

- Fix bug with `FiniteDateRange.days` being 1 day short [#98](https://github.com/octoenergy/xocto/pull/98)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

REPO_ROOT = path.abspath(path.dirname(__file__))

VERSION = "4.5.0"
VERSION = "4.6.0"

with open(path.join(REPO_ROOT, "README.md"), encoding="utf-8") as f:
long_description = f.read()
Expand Down
2 changes: 1 addition & 1 deletion xocto/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.5.0"
__version__ = "4.6.0"

0 comments on commit c7995f2

Please sign in to comment.