no message
This commit is contained in:
parent
de4b059b7d
commit
42320a14a4
@ -6,3 +6,9 @@ History
|
|||||||
------------------
|
------------------
|
||||||
|
|
||||||
* First release on PyPI.
|
* First release on PyPI.
|
||||||
|
|
||||||
|
|
||||||
|
0.14.4 (2019-07-23)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* Wall post comment endpoints updated with comment create endpoints
|
||||||
|
@ -3,10 +3,10 @@ eRepublik script
|
|||||||
================
|
================
|
||||||
|
|
||||||
|
|
||||||
.. image:: https://img.shields.io/pypi/v/erepublik_script.svg
|
.. image:: https://img.shields.io/pypi/v/erepublik.svg
|
||||||
:target: https://pypi.python.org/pypi/erepublik_script
|
: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
|
:target: https://erepublik-script.readthedocs.io/en/latest/?badge=latest
|
||||||
:alt: Documentation Status
|
:alt: Documentation Status
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ Python package for automated eRepublik playing
|
|||||||
|
|
||||||
|
|
||||||
* Free software: MIT license
|
* Free software: MIT license
|
||||||
* Documentation: https://erepublik-script.readthedocs.io.
|
* Documentation: https://erepublik.readthedocs.io.
|
||||||
|
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
4
setup.py
4
setup.py
@ -21,7 +21,7 @@ setup(
|
|||||||
author="Eriks Karls",
|
author="Eriks Karls",
|
||||||
author_email='eriks@72.lv',
|
author_email='eriks@72.lv',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 2 - Pre-Alpha',
|
'Development Status :: 4 - Beta',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
'Natural Language :: English',
|
'Natural Language :: English',
|
||||||
@ -40,7 +40,7 @@ setup(
|
|||||||
setup_requires=setup_requirements,
|
setup_requires=setup_requirements,
|
||||||
test_suite='tests',
|
test_suite='tests',
|
||||||
tests_require=test_requirements,
|
tests_require=test_requirements,
|
||||||
url='https://github.com/eeriks/erepublik',
|
url='https://github.com/eeriks/erepublik_script',
|
||||||
version='0.14.4',
|
version='0.14.4',
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user