Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 8, 2023
1 parent be4a600 commit def582f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v1.1.1 (2023-09-08)

### Fix

* fix: add ruff_cache to gitignore ([`be4a600`](https://github.com/crccheck/project_runpy/commit/be4a600f7539571b505c4878ada305d4802916bd))


## v1.1.0 (2023-09-08)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion project_runpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .heidi import * # noqa: F401 F403
from .tim import * # noqa: F401 F403

__version__ = "1.1.0"
__version__ = "1.1.1"

0 comments on commit def582f

Please sign in to comment.