Skip to content

Commit 984fcbe

Browse files
committed
v4.2
1 parent 69db0e1 commit 984fcbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: doc/news.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ rarfile history
44

55
.. py:currentmodule:: rarfile
66
7-
Version 4.2 (xxxx-xx-xx)
7+
Version 4.2 (2024-04-03)
88
------------------------
99

1010
Features:

Diff for: rarfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def __init__(self, key, iv):
9292
self.decrypt = ciph.decryptor().update
9393

9494

95-
__version__ = "4.1"
95+
__version__ = "4.2"
9696

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

0 commit comments

Comments
 (0)