Skip to content

Commit

Permalink
## v0.27.1
Browse files Browse the repository at this point in the history
* Counts type `Qs` is now invariant with more detailed typing in `Deal`.
  • Loading branch information
HighDiceRoller committed Apr 10, 2023
1 parent 0e1988a commit af5c634
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.27.1

* Counts type `Qs` is now invariant with more detailed typing in `Deal`.

## v0.27.0

Incremented two versions because I messed up the last version number.
Expand Down
2 changes: 1 addition & 1 deletion src/icepool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

__docformat__ = 'google'

__version__ = '0.27.0'
__version__ = '0.27.1'

from typing import Final

Expand Down

0 comments on commit af5c634

Please sign in to comment.