Skip to content

Commit

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

## v4.7.0 - 2023-10-31

🎃 Happy Halloween! 🎃

- Adding explicit type for Optional Foreign Key [#108](https://github.com/octoenergy/xocto/pull/108)

## v4.6.1 - 2023-10-27

- Fix erroneously narrow typehinting in localtime module [#106](https://github.com/octoenergy/xocto/pull/106)
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.1"
VERSION = "4.7.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.6.1"
__version__ = "4.7.0"

0 comments on commit dc93980

Please sign in to comment.