Skip to content

Commit

Permalink
Bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Jul 31, 2023
1 parent eb1ce86 commit a7e69aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-twine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build sdist
run: |
python setup.py sdist
python setup.py wheel
python setup.py bdist_wheel
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.4.2] - 2023-07-31
- Small type annotation clean ups.
- Publish wheels.

## [0.4.1] - 2022-10-05
- Unbreak process suspension with blessed
- Remove xforms.
Expand Down
2 changes: 1 addition & 1 deletion curtsies/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Terminal-formatted strings"""
__version__ = "0.4.1"
__version__ = "0.4.2"

from .window import FullscreenWindow, CursorAwareWindow
from .input import Input
Expand Down

0 comments on commit a7e69aa

Please sign in to comment.