Skip to content

Commit

Permalink
KivyMD 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HeaTTheatR committed Aug 9, 2022
1 parent 084ad51 commit 122f742
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,4 +1,4 @@
# KivyMD [1.0.0](https://kivymd.readthedocs.io/en/latest/changelog/index.html)
# KivyMD [1.0.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.0.0
pip install kivymd==1.0.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.0.0, sdl2_ttf == 2.0.15, pillow
requirements = kivy==2.1.0, kivymd==1.0.1, sdl2_ttf == 2.0.15, pillow
```

This will download latest release version of KivyMD from [PyPI](https://pypi.org/project/kivymd).
Expand Down
11 changes: 11 additions & 0 deletions docs/sources/changelog/1.0.1.rst
@@ -0,0 +1,11 @@
1.0.1
------

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

.. code-block:: bash
pip install kivymd==1.0.1
* Bug fixes and other minor improvements.
* Fix https://github.com/kivymd/KivyMD/issues/1305.
2 changes: 1 addition & 1 deletion docs/sources/changelog/index.rst
@@ -1,7 +1,7 @@
Changelog
=========

.. include:: /changelog/unreleased.rst
.. include:: /changelog/1.0.1.rst
.. include:: /changelog/1.0.0.rst
.. include:: /changelog/0.104.2.rst
.. include:: /changelog/0.104.1.rst
Expand Down
11 changes: 0 additions & 11 deletions docs/sources/changelog/unreleased.rst

This file was deleted.

4 changes: 2 additions & 2 deletions kivymd/__init__.py
Expand Up @@ -33,10 +33,10 @@
import kivy
from kivy.logger import Logger

__version__ = "1.1.0.dev0"
__version__ = "1.0.1"
"""KivyMD version."""

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

try:
Expand Down

0 comments on commit 122f742

Please sign in to comment.