Skip to content

Commit 1d8e9d1

Browse files
committed
New release
1 parent c43b9e0 commit 1d8e9d1

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.env*
22
/dist/
3+
/build/
34
/PySide6_stubs.egg-info
45
.mypy_cache
56
incoming

release_process.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Instructions for a new release:
2+
3+
- update version in setup.cfg
4+
- update version in version.py
5+
- python -m build --wheel .
6+
- python -m build --sdist .
7+
- twine upload dist\pyside6_stubs-6.7.3.0.tar.gz dist\pyside6_stubs-6.7.3.0-py3-none-any.whl
8+

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author_email = [email protected]
55
description = PEP561 stub files for the *Qt for Python/PySide6* framework
66
long_description = file: README.md
77
long_description_content_type = text/markdown
8-
version = 6.4.2.0
8+
version = 6.7.3.0
99
license = LGPL v2.1
1010
url = https://github.com/python-qt-tools/PySide6-stubs
1111
project_urls =

0 commit comments

Comments
 (0)