We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3a534 commit 52aab4aCopy full SHA for 52aab4a
3 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.1.0](https://github.com/NEIAAC/python-gui-template/compare/v1.0.3...v1.1.0) (2024-11-10)
4
+
5
6
+### Features
7
8
+* bump pyside6 version ([7f3a534](https://github.com/NEIAAC/python-gui-template/commit/7f3a534000fcc6e6f77a841572d0a850ee330ab5))
9
10
## [1.0.3](https://github.com/NEIAAC/python-gui-template/compare/v1.0.2...v1.0.3) (2024-10-26)
11
12
pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "template"
-version = "1.0.3"
+version = "1.1.0"
dependencies = [
"pyside6==6.8.0.2",
"pyside6-fluent-widgets==1.6.6",
src/version.py
@@ -1 +1 @@
-__version__ = "1.0.3"
+__version__ = "1.1.0"
0 commit comments