Skip to content

Commit

Permalink
KivyMD 2.0.1.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
HeaTTheatR committed Jan 17, 2024
1 parent 5ae6ae9 commit 76b9736
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/sources/changelog/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Changelog
=========

.. include:: /changelog/unreleased.rst
.. include:: /changelog/2.0.0.rst
.. include:: /changelog/1.1.1.rst
.. include:: /changelog/1.1.0.rst
Expand Down
10 changes: 10 additions & 0 deletions docs/sources/changelog/unreleased.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Unreleased
----------

See on GitHub: `branch master <https://github.com/kivymd/KivyMD/tree/master>`_ | `compare 2.0.0/master <https://github.com/kivymd/KivyMD/compare/2.0.0...master>`_

.. code-block:: bash
pip install https://github.com/kivymd/KivyMD/archive/master.zip
* Bug fixes and other minor improvements.
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__ = "2.0.0"
__version__ = "2.0.1.dev0"
"""KivyMD version."""

release = True
release = False
if "READTHEDOCS" not in os.environ:
kivy.require("2.2.0")

Expand Down

0 comments on commit 76b9736

Please sign in to comment.