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.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rvac committed Aug 4, 2016
1 parent ab6d079 commit f20e3c2
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.4 (2016-08-04)
----------------

* Added support for decompilation of raw machine code (the ``raw`` mode).
* Added support for generating and downloading of control-flow graphs.
* Added support for generating and downloading of a call graph.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,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.3) <https://retdec-python.readthedocs.io/en/stable/>`_
* `stable (0.4) <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.4-dev'
__version__ = '0.4'

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

0 comments on commit f20e3c2

Please sign in to comment.