diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d6fa98..1823364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.1 (2024-02-25) + +### Fix + +- workflows are modified + ## 0.2.0 (2024-02-25) ### Feat diff --git a/docs/conf.py b/docs/conf.py index 13056df..727da3f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ project = 'pytest_env' copyright = '2024, Mohammad Sina Allahkaram' author = 'Mohammad Sina Allahkaram' -release = '0.2.0' +release = '0.2.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index eab4d12..b39da6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pytest-pyvenv" -version = "0.2.0" +version = "0.2.1" dynamic = [ "dependencies", ] @@ -64,7 +64,7 @@ dependencies = { file = ["requirements.txt"] } name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "0.2.0" +version = "0.2.1" update_changelog_on_bump = true major_version_zero = true version_files = [