Skip to content

Commit

Permalink
Merge pull request #112 from nunobrum/v1.3.1
Browse files Browse the repository at this point in the history
Preparing version 1.3.1
  • Loading branch information
nunobrum authored Oct 13, 2024
2 parents e5bdf97 + 0a30d73 commit d15b4b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,11 @@ _Make sure to initialize the root logger before importing the library to be able
* Alternative contact : <[email protected]>

## History
* Version 1.3.1
* Adding possibility of manipulating parameters on sub-circuits
* Supporting subcircuit names with dots.
* Overall documentation improvements (thanks @hb020)
* Fix: Inclusion of encrypted libraries would crash
* Version 1.3.0
* Major improvement in Documentation
* Introduced a read-only property that blocks libraries from being updated.
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Nuno Brum'

# The full version, including alpha/beta/rc tags
release = '1.3.0'
release = '1.3.1'

try:
# Read the version from the .toml file
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [
build-backend = "setuptools.build_meta"
[project]
name = "spicelib"
version = "1.3.0"
version = "1.3.1"
authors = [
{ name="Nuno Brum", email="[email protected]" },
]
Expand Down

0 comments on commit d15b4b4

Please sign in to comment.