Skip to content

Commit

Permalink
v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thalassemia committed Dec 2, 2024
1 parent f9de256 commit 1a9ede8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.6.5
* (#241) Drop Python 3.9 support in favor of 3.12 and
fix issue with plot_topology on Python 3.11.10

## v1.6.4
* (#240) fix Pint Quantity import error by using more recent version.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup


VERSION = '1.6.4'
VERSION = '1.6.5'


if __name__ == '__main__':
Expand Down

0 comments on commit 1a9ede8

Please sign in to comment.