Skip to content

Commit 966fc03

Browse files
comment
1 parent e97a2cf commit 966fc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PySpice/Spice/NgSpice/SimulationType.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
'charge',
8282
)
8383

84-
LAST_VERSION = 31
84+
LAST_VERSION = 31 # released on September 22nd, 2019
8585

8686
for version in range(28, LAST_VERSION +1):
8787
SIMULATION_TYPE[version] = SIMULATION_TYPE[27]

0 commit comments

Comments
 (0)