Skip to content

Commit a7e69aa

Browse files
committed
Bump version to 0.4.2
1 parent eb1ce86 commit a7e69aa

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/publish-twine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build sdist
2121
run: |
2222
python setup.py sdist
23-
python setup.py wheel
23+
python setup.py bdist_wheel
2424
- name: Publish to PyPI
2525
uses: pypa/gh-action-pypi-publish@release/v1
2626
with:

CHANGELOG.md

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

3+
## [0.4.2] - 2023-07-31
4+
- Small type annotation clean ups.
5+
- Publish wheels.
6+
37
## [0.4.1] - 2022-10-05
48
- Unbreak process suspension with blessed
59
- Remove xforms.

curtsies/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Terminal-formatted strings"""
2-
__version__ = "0.4.1"
2+
__version__ = "0.4.2"
33

44
from .window import FullscreenWindow, CursorAwareWindow
55
from .input import Input

0 commit comments

Comments
 (0)