Skip to content

Commit

Permalink
5.0.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Feb 6, 2024
1 parent 33866cc commit e7432bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



## v5.0.1 (2024-02-06)

### Documentation

* docs(README.md): Fix PyPI version badge ([`e55b88f`](https://github.com/Rizhiy/pycs/commit/e55b88fc6d77a5e5dee9c0d24980f848384b2d09))

### Fix

* fix(node.py): fix type for load_or_static ([`33866cc`](https://github.com/Rizhiy/pycs/commit/33866cc49b74a62002123ab54e6d1a4a57a5ff49))


## v5.0.0 (2024-01-31)

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion pycs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .leaf import CL
from .node import CN

__version__ = "5.0.0"
__version__ = "5.0.1"

0 comments on commit e7432bc

Please sign in to comment.