Skip to content

Commit

Permalink
Prepare for patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Jun 26, 2023
1 parent f783127 commit 7f31aec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Release Notes
=============

1.2.1 (2023-06-26)
++++++++++++++++++

* Typing:
- Provided typing support (#19) applying stub generated by `@noamraph <https://github.com/noamraph>`_

* Maintenance:
- Replaced CI badge.
- Dropped Python 2.7, no longer supported in CI. Next minor release will no longer support Python 2.


1.2.0 (2022-10-14)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion pqdict/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from operator import lt, gt


__version__ = "1.2.0"
__version__ = "1.2.1"
__all__ = ["pqdict", "PQDict", "minpq", "maxpq", "nlargest", "nsmallest"]


Expand Down

0 comments on commit 7f31aec

Please sign in to comment.