Skip to content

Commit

Permalink
Version 1.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ivknv committed Aug 17, 2022
1 parent 6c833cd commit 7b60111
Show file tree
Hide file tree
Showing 11 changed files with 204 additions and 125 deletions.
12 changes: 9 additions & 3 deletions README.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ YaDisk
.. image:: https://img.shields.io/readthedocs/yadisk.svg
:alt: Read the Docs
:target: https://yadisk.readthedocs.io/en/latest/

.. image:: https://img.shields.io/pypi/v/yadisk.svg
:alt: PyPI
:target: https://pypi.org/project/yadisk

.. image:: https://img.shields.io/aur/version/python-yadisk.svg
:alt: AUR
:target: https://aur.archlinux.org/packages/python-yadisk

YaDisk is a Yandex.Disk REST API client library.

.. _Read the Docs (EN): http://yadisk.readthedocs.io
Expand Down Expand Up @@ -75,6 +75,12 @@ Changelog
.. _issue #2: https://github.com/ivknv/yadisk/issues/2
.. _issue #4: https://github.com/ivknv/yadisk/issues/4
.. _issue #7: https://github.com/ivknv/yadisk/issues/7
.. _issue #23: https://github.com/ivknv/yadisk/issues/23

* **Release 1.2.16 (2022-08-17)**

* Fixed a bug in :code:`check_token()`: could throw :code:`ForbiddenError` if
the application lacks necessary permissions (`issue #23`_).

* **Release 1.2.15 (2021-12-31)**

Expand Down
12 changes: 9 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ YaDisk
.. image:: https://img.shields.io/readthedocs/yadisk.svg
:alt: Read the Docs
:target: https://yadisk.readthedocs.io/en/latest/

.. image:: https://img.shields.io/pypi/v/yadisk.svg
:alt: PyPI
:target: https://pypi.org/project/yadisk

.. image:: https://img.shields.io/aur/version/python-yadisk.svg
:alt: AUR
:target: https://aur.archlinux.org/packages/python-yadisk

YaDisk - это библиотека-клиент REST API Яндекс.Диска.

.. _Read the Docs (EN): http://yadisk.readthedocs.io
Expand Down Expand Up @@ -75,6 +75,12 @@ YaDisk - это библиотека-клиент REST API Яндекс.Диск
.. _issue #2: https://github.com/ivknv/yadisk/issues/2
.. _issue #4: https://github.com/ivknv/yadisk/issues/4
.. _issue #7: https://github.com/ivknv/yadisk/issues/7
.. _issue #23: https://github.com/ivknv/yadisk/issues/23

* **Release 1.2.16 (2022-08-17)**

* Исправлен баг в :code:`check_token()`: функция могла вызвать :code:`ForbiddenError`,
если у приложения недостатчно прав (`issue #23`_).

* **Release 1.2.15 (2021-12-31)**

Expand Down
12 changes: 9 additions & 3 deletions README.ru.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ YaDisk
.. image:: https://img.shields.io/readthedocs/yadisk.svg
:alt: Read the Docs
:target: https://yadisk.readthedocs.io/en/latest/

.. image:: https://img.shields.io/pypi/v/yadisk.svg
:alt: PyPI
:target: https://pypi.org/project/yadisk

.. image:: https://img.shields.io/aur/version/python-yadisk.svg
:alt: AUR
:target: https://aur.archlinux.org/packages/python-yadisk

YaDisk - это библиотека-клиент REST API Яндекс.Диска.

.. _Read the Docs (EN): http://yadisk.readthedocs.io
Expand Down Expand Up @@ -75,6 +75,12 @@ YaDisk - это библиотека-клиент REST API Яндекс.Диск
.. _issue #2: https://github.com/ivknv/yadisk/issues/2
.. _issue #4: https://github.com/ivknv/yadisk/issues/4
.. _issue #7: https://github.com/ivknv/yadisk/issues/7
.. _issue #23: https://github.com/ivknv/yadisk/issues/23

* **Release 1.2.16 (2022-08-17)**

* Исправлен баг в :code:`check_token()`: функция могла вызвать :code:`ForbiddenError`,
если у приложения недостатчно прав (`issue #23`_).

* **Release 1.2.15 (2021-12-31)**

Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Changelog
.. _issue #2: https://github.com/ivknv/yadisk/issues/2
.. _issue #4: https://github.com/ivknv/yadisk/issues/4
.. _issue #7: https://github.com/ivknv/yadisk/issues/7
.. _issue #23: https://github.com/ivknv/yadisk/issues/23

* **Release 1.2.16 (2022-08-17)**

* Fixed a bug in `check_token()`: could throw `ForbiddenError` if
the application lacks necessary permissions (`issue #23`_).

* **Release 1.2.15 (2021-12-31)**

Expand Down
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'sphinx.ext.intersphinx']

intersphinx_mapping = {"python": ("https://docs.python.org/3", None),
"requests": ("http://docs.python-requests.org/en/master", None)}
"requests": ("https://requests.readthedocs.io/en/master", None)}

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand All @@ -52,17 +52,17 @@

# General information about the project.
project = 'YaDisk'
copyright = '2021, Ivan Konovalov'
copyright = '2022, Ivan Konovalov'
author = 'Ivan Konovalov'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '1.2.15'
version = '1.2.16'
# The full version, including alpha/beta/rc tags.
release = '1.2.15'
release = '1.2.16'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Binary file modified docs/locales/ru/LC_MESSAGES/changelog.mo
Binary file not shown.

0 comments on commit 7b60111

Please sign in to comment.