Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

Commit

Permalink
Release version 0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rvac committed Sep 15, 2016
1 parent acb13de commit 8cbfde9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changelog
dev
---

* -

0.5 (2016-09-15)
----------------

* Added support for decompilation of files in archives (`ar` format). Archives
are statically linked libraries, commonly ending with `.a` or `.lib`. To
decompile a file from an archive, use the `bin` mode and pass either the
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Documentation
The documentation is available on `readthedocs.io <https://retdec-python.readthedocs.io>`_:

* `latest (master) <https://retdec-python.readthedocs.io/en/latest/>`_
* `stable (0.4) <https://retdec-python.readthedocs.io/en/stable/>`_
* `stable (0.5) <https://retdec-python.readthedocs.io/en/stable/>`_

Contact and Support
-------------------
Expand Down
2 changes: 1 addition & 1 deletion retdec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
`REST API <https://retdec.com/api/>`_.
"""

__version__ = '0.5-dev'
__version__ = '0.5'

#: Default API URL.
DEFAULT_API_URL = 'https://retdec.com/service/api'

0 comments on commit 8cbfde9

Please sign in to comment.