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

Commit f20e3c2

Browse files
committed
Release version 0.4.
1 parent ab6d079 commit f20e3c2

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

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.4 (2016-08-04)
10+
----------------
11+
712
* Added support for decompilation of raw machine code (the ``raw`` mode).
813
* Added support for generating and downloading of control-flow graphs.
914
* Added support for generating and downloading of a call graph.

README.rst

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

105105
* `latest (master) <https://retdec-python.readthedocs.io/en/latest/>`_
106-
* `stable (0.3) <https://retdec-python.readthedocs.io/en/stable/>`_
106+
* `stable (0.4) <https://retdec-python.readthedocs.io/en/stable/>`_
107107

108108
Contact and Support
109109
-------------------

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.4-dev'
12+
__version__ = '0.4'
1313

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

0 commit comments

Comments
 (0)