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

## v1.6.5
* (#241) Drop Python 3.9 support in favor of 3.12 and 3.13,
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 832928d

Please sign in to comment.