Skip to content

Commit 3705dc0

Browse files
chore(main): release 1.0.2 (#4)
🤖 I have created a release *beep* *boop* --- ## [1.0.2](v1.0.1...v1.0.2) (2024-10-19) ### Documentation * improve introduction ([c4048dd](c4048dd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c4048dd commit 3705dc0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.2](https://github.com/NEIAAC/python-gui-template/compare/v1.0.1...v1.0.2) (2024-10-19)
4+
5+
6+
### Documentation
7+
8+
* improve introduction ([c4048dd](https://github.com/NEIAAC/python-gui-template/commit/c4048ddfa95238be1f8b33dc9de051eaabd60b0e))
9+
310
## [1.0.1](https://github.com/NEIAAC/python-gui-template/compare/v1.0.0...v1.0.1) (2024-10-19)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22

33
name = "template"
4-
version = "1.0.1"
4+
version = "1.0.2"
55
dependencies = [
66
"pyside6==6.7.3",
77
"pyside6-fluent-widgets==1.6.6",

src/version.py

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

0 commit comments

Comments
 (0)