Skip to content

Commit

Permalink
chore: bump version to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Nov 16, 2024
1 parent f07517d commit ee176c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Releases history
----------------

Unreleased
----------
Version 1.3.4
-------------

- Add support for Python 3.13
- Drop support for Python 3.7
- Add support for Python 3.13 (issue #139).
- Drop support for Python 3.7.


Version 1.3.3
-------------

- Add support for Python 3.12
- Add support for Python 3.12.
- Fix package metadata to include Python 3.11, 3.12.


Expand Down
2 changes: 1 addition & 1 deletion pkg/setproctitle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

logger = logging.getLogger("setproctitle")

__version__ = "1.3.3"
__version__ = "1.3.4"

__all__ = [
"setproctitle",
Expand Down

0 comments on commit ee176c4

Please sign in to comment.