Skip to content

Commit

Permalink
Bump version to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbeith committed Sep 1, 2023
1 parent b2687b4 commit f43eb63
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.1.0 - 2023-09-01

- Add URL utils [#87](https://github.com/octoenergy/xocto/pull/87)

## v4.0.0 - 2023-07-05

- Remove pytz in favour of Python's builtin ZoneInfo [#61](https://github.com/octoenergy/xocto/pull/61)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

VERSION = "4.0.0"
VERSION = "4.1.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.0.0"
__version__ = "4.1.0"

0 comments on commit f43eb63

Please sign in to comment.