Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
thonusbart committed Oct 2, 2024
2 parents 983a988 + f39e0cd commit 55947e5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.commitizen]
name = "cz_conventional_commits"
version = "0.3.11"
version = "0.3.12"
tag_format = "v$version"
version_files = [
"setup.py:^version",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9"]
python-version: ["3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.3.12 (2024-09-04)

### Fix

- update pytest en dev req

## v0.3.11 (2024-06-25)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion liwo_services/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Fedor Baart"""
__email__ = "[email protected]"
__version__ = "0.3.11"
__version__ = "0.3.12"
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip==22.0.*
wheel==0.37.*
pip==24.0
wheel==0.43.0
watchdog==2.1.*
flake8==4.0.*
tox==3.24.*
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"pytest>=3",
]

version = "v0.3.11"
version = "v0.3.12"

setup(
author="Fedor Baart",
Expand Down

0 comments on commit 55947e5

Please sign in to comment.