Skip to content

Commit

Permalink
Publish 5.6.1
Browse files Browse the repository at this point in the history
SHA256 hashes:

oct2py-5.6.1-py3-none-any.whl: fe1f52b7a28a9ac129013a24fa328292b43d7d5e5e834602b6e4cb6b29e6bee1

oct2py-5.6.1.tar.gz: 303e404b95a4c5b70a776afd54a0596288a433f0dea3e317539750d7d574b1b2
  • Loading branch information
blink1073 committed Mar 12, 2024
1 parent e1573c7 commit ef97de8
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3 deletions.
35 changes: 33 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 5.6.1

([Full Changelog](https://github.com/blink1073/oct2py/compare/v5.6.0...e1573c7f699f5dee9c0bbd3bbf0a8c94cd8f47d3))

### Maintenance and upkeep improvements

- Add Release Scripts [#318](https://github.com/blink1073/oct2py/pull/318) ([@blink1073](https://github.com/blink1073))
- chore: update pre-commit hooks [#313](https://github.com/blink1073/oct2py/pull/313) ([@pre-commit-ci](https://github.com/pre-commit-ci))
- Handle pandas deprecation [#312](https://github.com/blink1073/oct2py/pull/312) ([@blink1073](https://github.com/blink1073))
- chore: update pre-commit hooks [#311](https://github.com/blink1073/oct2py/pull/311) ([@pre-commit-ci](https://github.com/pre-commit-ci))
- chore: update pre-commit hooks [#309](https://github.com/blink1073/oct2py/pull/309) ([@pre-commit-ci](https://github.com/pre-commit-ci))
- Update ruff config [#307](https://github.com/blink1073/oct2py/pull/307) ([@blink1073](https://github.com/blink1073))
- chore: update pre-commit hooks [#306](https://github.com/blink1073/oct2py/pull/306) ([@pre-commit-ci](https://github.com/pre-commit-ci))
- Clean up lint handling and mypy config [#305](https://github.com/blink1073/oct2py/pull/305) ([@blink1073](https://github.com/blink1073))
- Adopt ruff format [#304](https://github.com/blink1073/oct2py/pull/304) ([@blink1073](https://github.com/blink1073))
- Update typings for mypy 1.6.0 [#302](https://github.com/blink1073/oct2py/pull/302) ([@blink1073](https://github.com/blink1073))
- chore: update pre-commit hooks [#301](https://github.com/blink1073/oct2py/pull/301) ([@pre-commit-ci](https://github.com/pre-commit-ci))
- Adopt sp-repo-review [#299](https://github.com/blink1073/oct2py/pull/299) ([@blink1073](https://github.com/blink1073))
- Bump actions/checkout from 3 to 4 [#297](https://github.com/blink1073/oct2py/pull/297) ([@dependabot](https://github.com/dependabot))
- Fix numpy warnings [#293](https://github.com/blink1073/oct2py/pull/293) ([@blink1073](https://github.com/blink1073))
- Fix typings [#288](https://github.com/blink1073/oct2py/pull/288) ([@blink1073](https://github.com/blink1073))
- Add more lint checks [#282](https://github.com/blink1073/oct2py/pull/282) ([@blink1073](https://github.com/blink1073))
- Add spelling and docstring enforcement [#280](https://github.com/blink1073/oct2py/pull/280) ([@blink1073](https://github.com/blink1073))
- Adopt ruff and typing [#279](https://github.com/blink1073/oct2py/pull/279) ([@blink1073](https://github.com/blink1073))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/blink1073/oct2py/graphs/contributors?from=2022-12-06&to=2024-03-12&type=c))

[@blink1073](https://github.com/search?q=repo%3Ablink1073%2Foct2py+involves%3Ablink1073+updated%3A2022-12-06..2024-03-12&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ablink1073%2Foct2py+involves%3Adependabot+updated%3A2022-12-06..2024-03-12&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ablink1073%2Foct2py+involves%3Apre-commit-ci+updated%3A2022-12-06..2024-03-12&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 5.6.0

([Full Changelog](https://github.com/blink1073/oct2py/compare/v5.5.1...6debc3e927329d4b540258f83b7a5d49225eb43a))
Expand All @@ -26,8 +59,6 @@

[@blink1073](https://github.com/search?q=repo%3Ablink1073%2Foct2py+involves%3Ablink1073+updated%3A2022-03-30..2022-12-06&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ablink1073%2Foct2py+involves%3Adependabot+updated%3A2022-03-30..2022-12-06&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ablink1073%2Foct2py+involves%3Apre-commit-ci+updated%3A2022-03-30..2022-12-06&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 5.5.1

([Full Changelog](https://github.com/blink1073/oct2py/compare/v5.5.0...d1a6e0e27bcb999668f4bb2da44358e36688fd04))
Expand Down
2 changes: 1 addition & 1 deletion oct2py/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
VersionInfo = namedtuple("VersionInfo", ["major", "minor", "micro", "releaselevel", "serial"])

# Version string must appear intact for hatch versioning
__version__ = "5.6.0"
__version__ = "5.6.1"

# Build up version_info tuple for backwards compatibility
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<micro>\d+)(?P<releaselevel>.*?)(?P<serial>\d*)"
Expand Down

0 comments on commit ef97de8

Please sign in to comment.