Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
msinamsina committed Feb 25, 2024
2 parents d371575 + a048551 commit 86c3a3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.1.8 (2024-02-25)

## 0.1.8-b0 (2024-02-25)

## 0.1.7 (2024-02-25)
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.1.8-b0'
release = '0.1.8'

# -- 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.1.8-b0"
version = "0.1.8"
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.1.8-b0"
version = "0.1.8"
update_changelog_on_bump = true
major_version_zero = true
version_files = [
Expand Down

0 comments on commit 86c3a3a

Please sign in to comment.