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

Commit 34dce60

Browse files
committed
Release version 0.5.2.
1 parent d1ed2e7 commit 34dce60

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.2 (2017-07-26)
10+
------------------
11+
712
* Added a `setup.py` check that the user runs at least the minimal required
813
Python version (Python 3.3). This makes `pip` raise a helpful error message
914
instead of a meaningless exception.

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.5.1) <https://retdec-python.readthedocs.io/en/stable/>`_
110+
* `stable (0.5.2) <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.2-dev'
12+
__version__ = '0.5.2'
1313

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

0 commit comments

Comments
 (0)