Skip to content

Commit

Permalink
Bump version to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Jun 7, 2023
1 parent ef38e05 commit 487f028
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog
## v3.1.3 - 2023-03-24

## v3.2.0 - 2023-06-07

- Bump min supported Python version to 3.9 [#74](https://github.com/octoenergy/xocto/pull/74), prompting a minor version change from 3.1.4 to 3.2.0
- Update error message for ranges with unbounded end [#75](https://github.com/octoenergy/xocto/pull/75)
- Ranges: add utils to check period covering [#69](https://github.com/octoenergy/xocto/pull/69)
- Add an extra example to ranges.Range.union [#67](https://github.com/octoenergy/xocto/pull/67)
- Improve localtime module docstrings [#65](https://github.com/octoenergy/xocto/pull/65)
- Defer openpyxl import [#62](https://github.com/octoenergy/xocto/pull/62)

## v3.1.4 - 2023-03-24
- Added ddtrace as a dependency [#56](https://github.com/octoenergy/xocto/pull/56)

## v3.1.2 - 2023-03-20
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 = "3.1.4"
VERSION = "3.2.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__ = "3.1.4"
__version__ = "3.2.0"

0 comments on commit 487f028

Please sign in to comment.