Skip to content

Commit

Permalink
bump: version 0.14.1 → 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 25, 2024
1 parent 0d83936 commit 8d805c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.14.2 (2024-07-25)

### Refactor

- rename `main` to `setup_maya_umbrella` in `userSetup.py`

## v0.14.1 (2024-07-07)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion maya_umbrella/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.14.1"
__version__ = "0.14.2"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "maya_umbrella"
version = "0.14.1"
version = "0.14.2"
description = "A better Autodesk Maya antivirus tool detects and removes malicious."
homepage = "https://github.com/loonghao/maya_umbrella"
repository = "https://github.com/loonghao/maya_umbrella"
Expand Down Expand Up @@ -36,7 +36,7 @@ nox = { version = "^2024.3.2", python = ">=3.8.1,<3.11" }

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.14.1"
version = "0.14.2"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit 8d805c1

Please sign in to comment.