diff --git a/HISTORY.rst b/HISTORY.rst index 8b692e8..3a0901c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,3 +6,9 @@ History ------------------ * First release on PyPI. + + +0.14.4 (2019-07-23) +------------------ + +* Wall post comment endpoints updated with comment create endpoints diff --git a/README.rst b/README.rst index 735bb79..19f8267 100644 --- a/README.rst +++ b/README.rst @@ -3,10 +3,10 @@ eRepublik script ================ -.. image:: https://img.shields.io/pypi/v/erepublik_script.svg - :target: https://pypi.python.org/pypi/erepublik_script +.. image:: https://img.shields.io/pypi/v/erepublik.svg + :target: https://pypi.python.org/pypi/erepublik -.. image:: https://readthedocs.org/projects/erepublik-script/badge/?version=latest +.. image:: https://readthedocs.org/projects/erepublik/badge/?version=latest :target: https://erepublik-script.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status @@ -15,7 +15,7 @@ Python package for automated eRepublik playing * Free software: MIT license -* Documentation: https://erepublik-script.readthedocs.io. +* Documentation: https://erepublik.readthedocs.io. Features diff --git a/setup.py b/setup.py index a7e8ddc..5f8c7b2 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( author="Eriks Karls", author_email='eriks@72.lv', classifiers=[ - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Natural Language :: English', @@ -40,7 +40,7 @@ setup( setup_requires=setup_requirements, test_suite='tests', tests_require=test_requirements, - url='https://github.com/eeriks/erepublik', + url='https://github.com/eeriks/erepublik_script', version='0.14.4', zip_safe=False, )