Skip to content

Commit

Permalink
Release sos notebook 0.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BoPeng committed Sep 25, 2023
1 parent 720e29e commit 48b9c2d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 400 deletions.
2 changes: 2 additions & 0 deletions .github/linters/.python-lint
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ disable=abstract-method,
consider-using-generator,
consider-using-get,
consider-using-in,
consider-using-f-string,
consider-using-set-comprehension,
consider-using-with,
cyclic-import,
Expand Down Expand Up @@ -105,6 +106,7 @@ disable=abstract-method,
missing-module-docstring,
no-member,
no-name-in-module,
no-self-use,
no-value-for-parameter,
pointless-statement,
protected-access,
Expand Down
2 changes: 1 addition & 1 deletion src/sos_notebook/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# version of the SoS language
__sos_version__ = '1.0'
# version of the sos command
__version__ = '0.24.4'
__version__ = '0.24.5'
__py_version__ = '{}.{}.{}'.format(_py_ver.major, _py_ver.minor, _py_ver.micro)

#
Expand Down
Loading

0 comments on commit 48b9c2d

Please sign in to comment.