Skip to content

Commit

Permalink
bump: version 0.2.1 → 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 25, 2024
1 parent 872eb91 commit 241c09e
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 @@
## 0.2.2 (2024-02-25)

### Fix

- **publish**: publish on release created

## 0.2.1 (2024-02-25)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
project = 'pytest_env'
copyright = '2024, Mohammad Sina Allahkaram'
author = 'Mohammad Sina Allahkaram'
release = '0.2.1'
release = '0.2.2'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pytest-pyvenv"
version = "0.2.1"
version = "0.2.2"
dynamic = [
"dependencies",
]
Expand Down Expand Up @@ -64,7 +64,7 @@ dependencies = { file = ["requirements.txt"] }
name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "semver"
version = "0.2.1"
version = "0.2.2"
update_changelog_on_bump = true
major_version_zero = true
version_files = [
Expand Down

0 comments on commit 241c09e

Please sign in to comment.