Skip to content

Commit

Permalink
Bump to version v4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-lynch committed Oct 27, 2023
1 parent 0118c8c commit 736e593
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v4.6.1 - 2023-10-27

- Fix erroneously narrow typehinting in localtime module [#106](https://github.com/octoenergy/xocto/pull/106)
- Fix ValueError bug when trying to intersect adjacent FiniteDateRanges [#105](https://github.com/octoenergy/xocto/pull/105)

## v4.6.0 - 2023-10-20

- Upgrade duckdb package to version 0.9.0[#104](https://github.com/octoenergy/xocto/pull/104)
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.6.0"
VERSION = "4.6.1"

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.6.0"
__version__ = "4.6.1"

0 comments on commit 736e593

Please sign in to comment.