Skip to content

Commit

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

.. py:currentmodule:: rarfile
Version 3.2a1 (2020-07-20)
--------------------------
Version 3.2 (2020-07-19)
------------------------

New features:

Expand Down
2 changes: 1 addition & 1 deletion rarfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def tohex(data):
return hexlify(data).decode("ascii")


__version__ = "3.2a1"
__version__ = "3.2"

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

0 comments on commit 5ef8433

Please sign in to comment.