Skip to content

Commit

Permalink
Sync v0.6.13
Browse files Browse the repository at this point in the history
This commit was automatically generated by the upstream build.

Upstream-Commit: 442bc037f529fd64b67f615ec600adb7a4c9c0cb
  • Loading branch information
cheshirekow committed Aug 19, 2020
1 parent e46a226 commit 66033f3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
5 changes: 5 additions & 0 deletions changelog.rst
Expand Up @@ -8,6 +8,11 @@ Changelog
v0.6 series
-----------

v0.6.13
-------

* Fix subpackages missing from python distribution

v0.6.12
-------

Expand Down
6 changes: 3 additions & 3 deletions installation.rst
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions release_notes.rst
Expand Up @@ -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
-------
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 66033f3

Please sign in to comment.