From 88bfb52902ef184e6b61af715ccd5238c9991f17 Mon Sep 17 00:00:00 2001 From: Gulshan Singh Date: Sun, 26 Sep 2021 14:41:36 -0700 Subject: [PATCH] Bump Ngspice version to 35 --- PySpice/Spice/NgSpice/SimulationType.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PySpice/Spice/NgSpice/SimulationType.py b/PySpice/Spice/NgSpice/SimulationType.py index fe07f41a..464400d7 100644 --- a/PySpice/Spice/NgSpice/SimulationType.py +++ b/PySpice/Spice/NgSpice/SimulationType.py @@ -82,7 +82,7 @@ 'charge', ) -LAST_VERSION = 34 # released on January 31st, 2021 +LAST_VERSION = 35 # released on August 8th, 2021 for version in range(28, LAST_VERSION +1): SIMULATION_TYPE[version] = SIMULATION_TYPE[27]