Skip to content

Commit

Permalink
chore(version): v0.5.1
Browse files Browse the repository at this point in the history
* New features
* Bug fixes
  1. fix(resnet.py): fix ResNet forward() use. [a1b55b6](https://github.com/zjykzj/SimpleIR/tree/a1b55b6ac183600aaeb0f1aea215592e849cc047)
* Breaking changes
  • Loading branch information
zjykzj committed May 9, 2022
1 parent a1b55b6 commit b9773ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@

# CHANGE

## v0.5.1

* New features
* Bug fixes
1. fix(resnet.py): fix ResNet forward() use. [a1b55b6](https://github.com/zjykzj/SimpleIR/tree/a1b55b6ac183600aaeb0f1aea215592e849cc047)
* Breaking changes

## v0.5.0

* New features
Expand Down
2 changes: 1 addition & 1 deletion simpleir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
@description:
"""

__version__ = '0.5.0'
__version__ = '0.5.1'

0 comments on commit b9773ea

Please sign in to comment.