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.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rvac committed Jul 26, 2017
1 parent d1ed2e7 commit 34dce60
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.2 (2017-07-26)
------------------

* Added a `setup.py` check that the user runs at least the minimal required
Python version (Python 3.3). This makes `pip` raise a helpful error message
instead of a meaningless exception.
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.5.1) <https://retdec-python.readthedocs.io/en/stable/>`_
* `stable (0.5.2) <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.2-dev'
__version__ = '0.5.2'

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

0 comments on commit 34dce60

Please sign in to comment.