Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Muenker <[email protected]>
  • Loading branch information
chipmuenk committed Oct 3, 2024
1 parent 10500eb commit da72030
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v0.9.1](https://github.com/chipmuenk/pyfda/tree/v0.9.1) (2024-10-03)

### Bugfixes

- Fix Python 3.12 related syntax warnings about invalid escape sequences by using raw strings
- remove distutils.LooseVersion imports as this is no longer supported by Python 3.12

## [v0.9.0](https://github.com/chipmuenk/pyfda/tree/v0.9.0) (2024-09-30)

### Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion pyfda/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
Store the version number here for setup.py and pyfdax.py
"""

__version__ = 'v0.9.0'
__version__ = 'v0.9.1'

0 comments on commit da72030

Please sign in to comment.