Skip to content

Commit

Permalink
Version 0.104.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HeaTTheatR committed Apr 27, 2020
1 parent b309355 commit 51b8ef0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Unreleased
----------
v0.104.1
--------

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.1 <https://github.com/HeaTTheatR/KivyMD/tree/0.104.1>`_ | `compare 0.103.0/master <https://github.com/HeaTTheatR/KivyMD/compare/0.103.0...master>`_

.. code-block:: bash
pip install git+https://github.com/HeaTTheatR/KivyMD.git@master
pip install kivymd==0.104.1
* Bug fixes and other minor improvements.
* Added `MDGridLayout` and `MDBoxLayout` classes
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.1.rst
.. include:: /changelog/0.104.0.rst
.. include:: /changelog/0.103.0.rst
.. include:: /changelog/0.102.1.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.104.0"
__version__ = "0.104.1"
"""KivyMD version."""

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

0 comments on commit 51b8ef0

Please sign in to comment.