This repository was archived by the owner on Jul 3, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Changelog
4
4
dev
5
5
---
6
6
7
+ * -
8
+
9
+ 0.5 (2016-09-15)
10
+ ----------------
11
+
7
12
* Added support for decompilation of files in archives (`ar ` format). Archives
8
13
are statically linked libraries, commonly ending with `.a ` or `.lib `. To
9
14
decompile a file from an archive, use the `bin ` mode and pass either the
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ Documentation
107
107
The documentation is available on `readthedocs.io <https://retdec-python.readthedocs.io >`_:
108
108
109
109
* `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/ >`_
111
111
112
112
Contact and Support
113
113
-------------------
Original file line number Diff line number Diff line change 9
9
`REST API <https://retdec.com/api/>`_.
10
10
"""
11
11
12
- __version__ = '0.5-dev '
12
+ __version__ = '0.5'
13
13
14
14
#: Default API URL.
15
15
DEFAULT_API_URL = 'https://retdec.com/service/api'
You can’t perform that action at this time.
0 commit comments