Skip to content

Commit

Permalink
KivyMD 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HeaTTheatR committed Oct 13, 2022
1 parent ae3fee1 commit fd5f598
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# KivyMD [1.1.0](https://kivymd.readthedocs.io/en/latest/changelog/index.html)
# KivyMD [1.1.1](https://kivymd.readthedocs.io/en/latest/changelog/index.html)

<img align="right" height="256" src="https://github.com/kivymd/internal/raw/main/logo/kivymd_logo_blue.png"/>

Expand Down Expand Up @@ -43,7 +43,7 @@ may be offered to you without asking too.
## Installation

```bash
pip install kivymd==1.1.0
pip install kivymd==1.1.1
```

### Dependencies:
Expand Down Expand Up @@ -83,7 +83,7 @@ to save time. If you need full commit history, then remove `--depth 1`.
### How to use with [Buildozer](https://github.com/kivy/buildozer)

```ini
requirements = kivy==2.1.0, kivymd==1.1.0, sdl2_ttf == 2.0.15, pillow
requirements = kivy==2.1.0, kivymd==1.1.1, sdl2_ttf == 2.0.15, pillow
```

This will download latest release version of KivyMD from [PyPI](https://pypi.org/project/kivymd).
Expand Down
10 changes: 10 additions & 0 deletions docs/sources/changelog/1.1.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
1.1.1
------

See on GitHub: `tag 1.1.1 <https://github.com/kivymd/KivyMD/tree/1.1.1>`_ | `compare 1.1.0/1.1.1 <https://github.com/kivymd/KivyMD/compare/1.1.0...1.1.1>`_

.. code-block:: bash
pip install kivymd==1.1.1
* Bug fixes and other minor improvements.
2 changes: 1 addition & 1 deletion docs/sources/changelog/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

.. include:: /changelog/unreleased.rst
.. include:: /changelog/1.1.1.rst
.. include:: /changelog/1.1.0.rst
.. include:: /changelog/1.0.2.rst
.. include:: /changelog/1.0.1.rst
Expand Down
10 changes: 0 additions & 10 deletions docs/sources/changelog/unreleased.rst

This file was deleted.

4 changes: 2 additions & 2 deletions kivymd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
import kivy
from kivy.logger import Logger

__version__ = "1.2.0.dev0"
__version__ = "1.1.1"
"""KivyMD version."""

release = False
release = True
kivy.require("2.0.0")

try:
Expand Down

0 comments on commit fd5f598

Please sign in to comment.