We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97a2cf commit 966fc03Copy full SHA for 966fc03
PySpice/Spice/NgSpice/SimulationType.py
@@ -81,7 +81,7 @@
81
'charge',
82
)
83
84
-LAST_VERSION = 31
+LAST_VERSION = 31 # released on September 22nd, 2019
85
86
for version in range(28, LAST_VERSION +1):
87
SIMULATION_TYPE[version] = SIMULATION_TYPE[27]
0 commit comments