Skip to content

Commit

Permalink
Version 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ivknv committed Jan 20, 2023
1 parent 84117b4 commit 3b8193c
Show file tree
Hide file tree
Showing 10 changed files with 141 additions and 98 deletions.
7 changes: 7 additions & 0 deletions README.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ Changelog
.. _PR #1: https://github.com/ivknv/yadisk-async/pull/1
.. _issue #23: https://github.com/ivknv/yadisk/issues/23
.. _PR #6: https://github.com/ivknv/yadisk-async/pull/6
.. _issue #26: https://github.com/ivknv/yadisk/issues/23

* **Release 1.3.6 (2023-01-20)**

* Fixed `issue #26`_: ':' character in filenames causes :code:`BadRequestError`.
This is due the behavior of Yandex.Disk's REST API itself but is avoided
on the library level with this fix.

* **Release 1.3.5 (2022-11-10)**

Expand Down
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ YaDisk-async - это библиотека-клиент REST API Яндекс.Д
.. _PR #1: https://github.com/ivknv/yadisk-async/pull/1
.. _issue #23: https://github.com/ivknv/yadisk/issues/23
.. _PR #6: https://github.com/ivknv/yadisk-async/pull/6
.. _issue #26: https://github.com/ivknv/yadisk/issues/26

* **Release 1.3.6 (2023-01-20)**

* Исправлено `issue #26`_: символ ':' в именах файлов приводит к
:code:`BadRequestError`. Это поведение вызвано работой самого REST API
Яндекс.Диска, но было исправлено на уровне библиотеки.

* **Release 1.3.5 (2022-11-10)**

Expand Down
7 changes: 7 additions & 0 deletions README.ru.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ YaDisk-async - это библиотека-клиент REST API Яндекс.Д
.. _PR #1: https://github.com/ivknv/yadisk-async/pull/1
.. _issue #23: https://github.com/ivknv/yadisk/issues/23
.. _PR #6: https://github.com/ivknv/yadisk-async/pull/6
.. _issue #26: https://github.com/ivknv/yadisk/issues/26

* **Release 1.3.6 (2023-01-20)**

* Исправлено `issue #26`_: символ ':' в именах файлов приводит к
:code:`BadRequestError`. Это поведение вызвано работой самого REST API
Яндекс.Диска, но было исправлено на уровне библиотеки.

* **Release 1.3.5 (2022-11-10)**

Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ Changelog
.. _PR #1: https://github.com/ivknv/yadisk-async/pull/1
.. _issue #23: https://github.com/ivknv/yadisk/issues/23
.. _PR #6: https://github.com/ivknv/yadisk-async/pull/6
.. _issue #26: https://github.com/ivknv/yadisk/issues/23

* **Release 1.3.6 (2023-01-20)**

* Fixed `issue #26`_: ':' character in filenames causes `BadRequestError`.
This is due the behavior of Yandex.Disk's REST API itself but is avoided
on the library level with this fix.

* **Release 1.3.5 (2022-11-10)**

Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@

# General information about the project.
project = 'YaDisk-async'
copyright = '2022, Ivan Konovalov'
copyright = '2023, 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.3.5'
version = '1.3.6'
# The full version, including alpha/beta/rc tags.
release = '1.3.5'
release = '1.3.6'

# 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.
Loading

0 comments on commit 3b8193c

Please sign in to comment.