Skip to content

Commit 539acaa

Browse files
committed
KivyMD 1.1.0
1 parent f49f29b commit 539acaa

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# KivyMD [1.0.2](https://kivymd.readthedocs.io/en/latest/changelog/index.html)
1+
# KivyMD [1.1.0](https://kivymd.readthedocs.io/en/latest/changelog/index.html)
22

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

@@ -43,7 +43,7 @@ may be offered to you without asking too.
4343
## Installation
4444

4545
```bash
46-
pip install kivymd==1.0.2
46+
pip install kivymd==1.1.0
4747
```
4848

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

8585
```ini
86-
requirements = kivy==2.1.0, kivymd==1.0.2, sdl2_ttf == 2.0.15, pillow
86+
requirements = kivy==2.1.0, kivymd==1.1.0, sdl2_ttf == 2.0.15, pillow
8787
```
8888

8989
This will download latest release version of KivyMD from [PyPI](https://pypi.org/project/kivymd).

docs/sources/changelog/unreleased.rst renamed to docs/sources/changelog/1.1.0.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
Unreleased
2-
----------
1+
1.1.0
2+
------
33

4-
See on GitHub: `branch master <https://github.com/kivymd/KivyMD/tree/master>`_ | `compare 1.0.2/master <https://github.com/kivymd/KivyMD/compare/1.0.2...master>`_
4+
See on GitHub: `tag 1.1.0 <https://github.com/kivymd/KivyMD/tree/1.1.0>`_ | `compare 1.0.2/1.1.0 <https://github.com/kivymd/KivyMD/compare/1.0.2...1.1.0>`_
55

66
.. code-block:: bash
77
8-
pip install https://github.com/kivymd/KivyMD/archive/master.zip
8+
pip install kivymd==1.1.0
99
1010
* Bug fixes and other minor improvements.
1111
* Add `closing_interval <https://kivymd.readthedocs.io/en/latest/components/card/#kivymd.uix.card.card.MDCardSwipe.closing_interval>`_ parameter to `MDCardSwipe <https://kivymd.readthedocs.io/en/latest/components/card/#kivymd.uix.card.card.MDCardSwipe>`_ class.

docs/sources/changelog/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
.. include:: /changelog/unreleased.rst
4+
.. include:: /changelog/1.1.0.rst
55
.. include:: /changelog/1.0.2.rst
66
.. include:: /changelog/1.0.1.rst
77
.. include:: /changelog/1.0.0.rst

kivymd/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
import kivy
2727
from kivy.logger import Logger
2828

29-
__version__ = "1.1.0.dev0"
29+
__version__ = "1.1.0"
3030
"""KivyMD version."""
3131

32-
release = False
32+
release = True
3333
kivy.require("2.0.0")
3434

3535
try:

0 commit comments

Comments
 (0)