Skip to content

Commit

Permalink
Prepare for v0.3.4
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Sep 30, 2019
1 parent b0f6202 commit 19eaa52
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,26 @@ Removed
Security
--------

`v0.3.4`_
=========

Added
-----

* Docs: class diagram, design note, 7z formats and presentations.
* Test for a target includes padding file.

Changed
-------

* Test file package naming.

Fixed
-----

* Fix infinite loop when archive file need padding data for extraction.


`v0.3.3`_
=========

Expand Down Expand Up @@ -326,7 +346,8 @@ Changed


.. History links
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.3.3...HEAD
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.3.4...HEAD
.. _v0.3.4: https://github.com/miurahr/py7zr/compare/v0.3.3...v0.3.4
.. _v0.3.3: https://github.com/miurahr/py7zr/compare/v0.3.2...v0.3.3
.. _v0.3.2: https://github.com/miurahr/py7zr/compare/v0.3.1...v0.3.2
.. _v0.3.1: https://github.com/miurahr/py7zr/compare/v0.3...v0.3.1
Expand Down
2 changes: 1 addition & 1 deletion py7zr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from py7zr.py7zr import SevenZipFile, is_7zfile, unpack_7zarchive

__copyright__ = 'Copyright (C) 2019 Hiroshi Miura'
__version__ = '0.3.3'
__version__ = '0.3.4'
__license__ = 'LGPL-2.1+'
__author__ = 'Hiroshi Miura'
__author_email__ = '[email protected]'
Expand Down

0 comments on commit 19eaa52

Please sign in to comment.