From 66033f35118890c7509e697e02f94732a215f4b4 Mon Sep 17 00:00:00 2001 From: Josh Bialkowski Date: Wed, 19 Aug 2020 11:28:15 -0700 Subject: [PATCH] Sync v0.6.13 This commit was automatically generated by the upstream build. Upstream-Commit: 442bc037f529fd64b67f615ec600adb7a4c9c0cb --- changelog.rst | 5 +++++ installation.rst | 6 +++--- release_notes.rst | 7 +++++++ rtd-requirements.txt | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/changelog.rst b/changelog.rst index 62ddcec..bc09e7e 100644 --- a/changelog.rst +++ b/changelog.rst @@ -8,6 +8,11 @@ Changelog v0.6 series ----------- +v0.6.13 +------- + +* Fix subpackages missing from python distribution + v0.6.12 ------- diff --git a/installation.rst b/installation.rst index f2fee26..d9849d8 100644 --- a/installation.rst +++ b/installation.rst @@ -5,7 +5,7 @@ Installation All of the tools are included as part of the ``cmakelang`` python distribution package. -.. note:: Until verion 0.6.12 the software was distributed under the +.. note:: Until verion 0.6.13 the software was distributed under the ``cmake-format`` python package. As the project grew to include multiple tools beyond the formatter, the name was changed to something more appropriate. The ``cmake-format`` package will be maintained @@ -58,7 +58,7 @@ Install from source You can also install from source with pip. You can download a release package from github__ or pypi__ and then install it directly with pip. For example:: - pip install v0.6.12.tar.gz + pip install v0.6.13.tar.gz .. __: https://github.com/cheshirekow/cmake_format/releases .. __: https://pypi.org/project/cmake-format/#files @@ -104,7 +104,7 @@ formatter, ``cmake-format``, to your hooks with the following addition to your repos: - repo: https://github.com/cheshirekow/cmake-format-precommit - rev: v0.6.12 + rev: v0.6.13 hooks: - id: cmake-format diff --git a/release_notes.rst b/release_notes.rst index 7d5eba6..00c8502 100644 --- a/release_notes.rst +++ b/release_notes.rst @@ -10,6 +10,13 @@ some high level notes and highlights from each release. v0.6 series =========== +------- +v0.6.13 +------- + +This is a hotfix on v0.6.12. The python distribution package was missing some +modules. + ------- v0.6.12 ------- diff --git a/rtd-requirements.txt b/rtd-requirements.txt index 32a1a14..1468bb8 100644 --- a/rtd-requirements.txt +++ b/rtd-requirements.txt @@ -1,2 +1,2 @@ -https://github.com/cheshirekow/cmake_format/releases/download/pseudo-master/cmakelang-0.6.12.dev0-py3-none-any.whl +https://github.com/cheshirekow/cmake_format/releases/download/pseudo-staging/cmakelang-0.6.13-py3-none-any.whl PyYAML==5.3