Skip to content

Commit

Permalink
Version 0.104.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HeaTTheatR committed Mar 10, 2020
1 parent 4f85871 commit 61dbbe7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KivyMD [v0.103.0 - *Beta*](https://kivymd.readthedocs.io/en/latest/changelog/index.html)
KivyMD [0.104.0](https://kivymd.readthedocs.io/en/latest/changelog/index.html)
======

<img align="left" width="256" src="https://github.com/HeaTTheatR/KivyMD/raw/master/kivymd/images/kivy-logo-white-512.png"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Unreleased
----------
v0.104.0
--------

See on GitHub: `branch master <https://github.com/HeaTTheatR/KivyMD/tree/master>`_ | `compare 0.103.0/master <https://github.com/HeaTTheatR/KivyMD/compare/0.103.0...master>`_
See on GitHub: `tag 0.104.0 <https://github.com/HeaTTheatR/KivyMD/tree/0.104.0>`_ | `compare 0.103.0/0.104.0 <https://github.com/HeaTTheatR/KivyMD/compare/0.103.0...0.104.0>`_

.. code-block:: bash
pip install git+https://github.com/HeaTTheatR/KivyMD.git@master
pip install kivymd==0.104.0
* Fixed bug in :class:`kivymd.uix.expansionpanel.MDExpansionPanel` if, with the panel open, without closing it, try to open another panel, then the chevron of the first panel remained open.
* The :class:`kivymd.uix.textfield.MDTextFieldRound` class is now directly inherited from the :class:`kivy.uix.textinput.TextInput` class.
Expand Down
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 @@
Change Log
==========

.. include:: /changelog/unreleased.rst
.. include:: /changelog/0.104.0.rst
.. include:: /changelog/0.103.0.rst
.. include:: /changelog/0.102.1.rst
.. include:: /changelog/0.102.0.rst
Expand Down
2 changes: 1 addition & 1 deletion kivymd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import os
from kivy.logger import Logger

__version__ = "0.103.0"
__version__ = "0.104.0"
"""KivyMD version."""

path = os.path.dirname(__file__)
Expand Down

0 comments on commit 61dbbe7

Please sign in to comment.