Skip to content

Commit

Permalink
Prepare for release v0.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Apr 22, 2019
1 parent 32ccf63 commit fc454d5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
17 changes: 14 additions & 3 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Changed
Fixed
-----

* setup: set universal = 0 because only python 3 is supported.

Deprecated
----------

Expand All @@ -31,6 +29,18 @@ Removed
Security
--------

`v0.0.3`_
=============

Added
-----

* PyPi package index.

Fixed
-----

* setup: set universal = 0 because only python 3 is supported.

`v0.0.2`_
=============
Expand All @@ -42,5 +52,6 @@ Changed


.. History links
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.0.2...HEAD
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.0.3...HEAD
.. _v0.0.3: https://github.com/miurahr/py7zr/compare/v0.0.2...v0.0.3
.. _v0.0.2: https://github.com/miurahr/py7zr/compare/v0.0.1...v0.0.2
4 changes: 2 additions & 2 deletions py7zr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
from py7zr.py7zr import SevenZipFile, is_7zfile, main

__copyright__ = 'Copyright (C) 2019 Hiroshi Miura'
__version__ = '0.0.2'
__license__ = 'LGPL-2.1'
__version__ = '0.0.3'
__license__ = 'LGPL-2.1+'
__author__ = 'Hiroshi Miura'
__author_email__ = 'miurahr@linux.com'
__url__ = 'http://github.com/miurahr/py7zr'
Expand Down

0 comments on commit fc454d5

Please sign in to comment.