Skip to content

Commit

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

oct2py-5.7.2-py3-none-any.whl: 6023acef814c9d30beebfb566aa980982ca1f4652e03333b90ef30e2fd7d9cc6

oct2py-5.7.2.tar.gz: 7831f5394349a926159eb2339c2a84d58f0be757a90df683364b7db0814cec9e
  • Loading branch information
blink1073 committed Aug 19, 2024
1 parent 7b9400f commit 90b3c37
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

## 5.7.2

([Full Changelog](https://github.com/blink1073/oct2py/compare/v5.7.1...7b9400f72a7cf61a31ce0296ca73bec6a523996d))

### Bugs fixed

- add id warning on save_safe_struct [#327](https://github.com/blink1073/oct2py/pull/327) ([@yasirroni](https://github.com/yasirroni))

### Maintenance and upkeep improvements

- Fix CI failures [#329](https://github.com/blink1073/oct2py/pull/329) ([@blink1073](https://github.com/blink1073))

### Contributors to this release

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

[@blink1073](https://github.com/search?q=repo%3Ablink1073%2Foct2py+involves%3Ablink1073+updated%3A2024-08-12..2024-08-19&type=Issues) | [@yasirroni](https://github.com/search?q=repo%3Ablink1073%2Foct2py+involves%3Ayasirroni+updated%3A2024-08-12..2024-08-19&type=Issues)

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

## 5.7.1

([Full Changelog](https://github.com/blink1073/oct2py/compare/v5.7.0))
Expand All @@ -10,8 +30,6 @@

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

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

## 5.7.0

([Full Changelog](https://github.com/blink1073/oct2py/compare/v5.6.1...e27d7cc8f58034874a1222d5792afb63706efbdb))
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.7.1"
__version__ = "5.7.2"

# 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 90b3c37

Please sign in to comment.