Skip to content

Commit 8badff7

Browse files
author
github-actions
committed
2.3.3
Automatically generated by python-semantic-release
1 parent 99f564e commit 8badff7

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
## v2.3.3 (2024-11-28)
6+
7+
### Fix
8+
9+
* fix: powershell $PSHOME variable is not expanded ([`99f564e`](https://github.com/cuinixam/python-app-dev/commit/99f564ea42f52516f352978917432ad2c7467934))
10+
11+
512
## v2.3.2 (2024-11-23)
613

714
### Fix

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
project = "Python App Development"
2121
copyright = f"2023-{datetime.datetime.now().year}, cuinixam"
2222
author = "cuinixam"
23-
release = "2.3.2"
23+
release = "2.3.3"
2424

2525
# -- General configuration ---------------------------------------------------
2626
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "py-app-dev"
3-
version = "2.3.2"
3+
version = "2.3.3"
44
description = "My application development modules."
55
authors = ["cuinixam <me@cuinixam.com>"]
66
license = "MIT"

src/py_app_dev/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.2"
1+
__version__ = "2.3.3"

0 commit comments

Comments
 (0)