Loading README.rst +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ adding the following to your :code:`.pre-commit-config.yaml` file: --- repos: - repo: https://git.shore.co.il/nimrod/yamltool.git rev: 0.1.1 rev: 0.1.2 hooks: - id: yamltool Loading setup.cfg +1 −1 Original line number Diff line number Diff line [bumpversion] current_version = 0.1.1 current_version = 0.1.2 commit = True tag = True Loading yamltool/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -6,4 +6,4 @@ documents (like comments and anchors). """ __version__ = "0.1.1" __version__ = "0.1.2" Loading
README.rst +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ adding the following to your :code:`.pre-commit-config.yaml` file: --- repos: - repo: https://git.shore.co.il/nimrod/yamltool.git rev: 0.1.1 rev: 0.1.2 hooks: - id: yamltool Loading
setup.cfg +1 −1 Original line number Diff line number Diff line [bumpversion] current_version = 0.1.1 current_version = 0.1.2 commit = True tag = True Loading
yamltool/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -6,4 +6,4 @@ documents (like comments and anchors). """ __version__ = "0.1.1" __version__ = "0.1.2"