Skip to content

Commit

Permalink
Fix wrong __version__; Version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivknv committed Jul 10, 2021
1 parent 0236170 commit b484bc6
Show file tree
Hide file tree
Showing 9 changed files with 121 additions and 85 deletions.
8 changes: 6 additions & 2 deletions README.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ YaDisk-async
.. image:: https://img.shields.io/readthedocs/yadisk-async.svg
:alt: Read the Docs
:target: https://yadisk-async.readthedocs.io/en/latest/

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

.. image:: https://img.shields.io/aur/version/python-yadisk-async.svg
:alt: AUR
:target: https://aur.archlinux.org/packages/python-yadisk-async
Expand Down Expand Up @@ -82,6 +82,10 @@ Changelog
.. _issue #7: https://github.com/ivknv/yadisk/issues/7
.. _PR #1: https://github.com/ivknv/yadisk-async/pull/1

* **Release 1.3.2 (2021-07-10)**

* Fixed :code:`__version__` having the old value

* **Release 1.3.1 (2021-07-10)**

* Fixed :code:`AttributeError` in :code:`SessionWithHeaders` (`PR #1`_)
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ YaDisk-async - это библиотека-клиент REST API Яндекс.Д
.. _issue #7: https://github.com/ivknv/yadisk/issues/7
.. _PR #1: https://github.com/ivknv/yadisk-async/pull/1

* **Release 1.3.2 (2021-07-10)**

* Исправлено значение :code:`__version__`

* **Release 1.3.1 (2021-07-10)**

* Исправлена ошибка :code:`AttributeError` в объекте :code:`SessionWithHeaders` (`PR #1`_)
Expand Down
4 changes: 4 additions & 0 deletions README.ru.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ YaDisk-async - это библиотека-клиент REST API Яндекс.Д
.. _issue #7: https://github.com/ivknv/yadisk/issues/7
.. _PR #1: https://github.com/ivknv/yadisk-async/pull/1

* **Release 1.3.2 (2021-07-10)**

* Исправлено значение :code:`__version__`

* **Release 1.3.1 (2021-07-10)**

* Исправлена ошибка :code:`AttributeError` в объекте :code:`SessionWithHeaders` (`PR #1`_)
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Changelog
.. _issue #7: https://github.com/ivknv/yadisk/issues/7
.. _PR #1: https://github.com/ivknv/yadisk-async/pull/1

* **Release 1.3.2 (2021-07-10)**

* Fixed `__version__` having the wrong value

* **Release 1.3.1 (2021-07-10)**

* Fixed `AttributeError` in `SessionWithHeaders` (`PR #1`_)
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ def handle_item(fieldarg, content):
# built documents.
#
# The short X.Y version.
version = '1.3.1'
version = '1.3.2'
# The full version, including alpha/beta/rc tags.
release = '1.3.1'
release = '1.3.2'

# 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 b484bc6

Please sign in to comment.