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

Commit 8cbfde9

Browse files
committed
Release version 0.5.
1 parent acb13de commit 8cbfde9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog
44
dev
55
---
66

7+
* -
8+
9+
0.5 (2016-09-15)
10+
----------------
11+
712
* Added support for decompilation of files in archives (`ar` format). Archives
813
are statically linked libraries, commonly ending with `.a` or `.lib`. To
914
decompile a file from an archive, use the `bin` mode and pass either the

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Documentation
107107
The documentation is available on `readthedocs.io <https://retdec-python.readthedocs.io>`_:
108108

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

112112
Contact and Support
113113
-------------------

retdec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
`REST API <https://retdec.com/api/>`_.
1010
"""
1111

12-
__version__ = '0.5-dev'
12+
__version__ = '0.5'
1313

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

0 commit comments

Comments
 (0)