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 a021d2e commit ec91724
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.6.5
* (#241) Drop Python 3.9 support in favor of 3.12, bump required networkx to 3.4,
fix issue with plot_topology on networkx 3.4+, and change default multiprocessing
start method to safer ``forkserver`` method on Linux

## 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 ec91724

Please sign in to comment.