Skip to content

Commit

Permalink
v4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Jul 31, 2020
1 parent c9e603b commit 405585e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions doc/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ rarfile history

.. py:currentmodule:: rarfile
Unreleased
----------
Version 4.0 (2020-07-31)
------------------------

Main goals are:

* Increased ``zipfile``-compatibility, thus also achieving smaller
difference between RAR3 and RAR5 archives.
* Removing dependency on ``unrar`` for extract, thus making maintenance
of alternative backends more manageable.

Breaking changes:

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


__version__ = "4.0a1"
__version__ = "4.0"

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

0 comments on commit 405585e

Please sign in to comment.