Skip to content

Commit

Permalink
v4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Apr 3, 2024
1 parent 69db0e1 commit 984fcbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rarfile history

.. py:currentmodule:: rarfile
Version 4.2 (xxxx-xx-xx)
Version 4.2 (2024-04-03)
------------------------

Features:
Expand Down
2 changes: 1 addition & 1 deletion rarfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def __init__(self, key, iv):
self.decrypt = ciph.decryptor().update


__version__ = "4.1"
__version__ = "4.2"

# export only interesting items
__all__ = ["get_rar_version", "is_rarfile", "is_rarfile_sfx", "RarInfo", "RarFile", "RarExtFile"]
Expand Down

0 comments on commit 984fcbe

Please sign in to comment.