Skip to content

Commit

Permalink
Prepare 1.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Dec 13, 2024
1 parent 07c9321 commit 69610cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ picows Release History
:depth: 1
:local:

1.7.2 (2024-12-13)
------------------

* #27: Type stubs are missing return type annotations
* #28: New logo, credits to @River-Shi
* Fix lint warnings, more rigorous CI checks

1.7.1 (2024-11-27)
------------------

Expand Down
2 changes: 1 addition & 1 deletion picows/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
'PICOWS_DEBUG_LL'
]

__version__ = "1.7.1"
__version__ = "1.7.2"
__author__ = "Taras Kozlov"

0 comments on commit 69610cb

Please sign in to comment.