Skip to content

Commit

Permalink
Bump version v0.1.1 -> v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Nov 11, 2020
1 parent b02909d commit 5a02e9c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ flake8-dunder-all
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/flake8-dunder-all
:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-dunder-all/v0.1.1
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-dunder-all/v0.1.2
:target: https://github.com/domdfcoding/flake8-dunder-all/pulse
:alt: GitHub commits since tagged version

Expand Down Expand Up @@ -168,4 +168,4 @@ Sample `.pre-commit-config.yaml`:
rev: 3.8.1
hooks:
- id: flake8
additional_dependencies: [flake8-strftime==0.1.1]
additional_dependencies: [flake8-strftime==0.1.2]
2 changes: 1 addition & 1 deletion __pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
"""

__version__ = "0.1.1"
__version__ = "0.1.2"

repo_root = pathlib.Path(__file__).parent
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
Expand Down
6 changes: 3 additions & 3 deletions doc-source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ flake8-dunder-all
:alt: GitHub top language

.. |commits-since| github-shield::
:commits-since: v0.1.1
:commits-since: v0.1.2
:alt: GitHub commits since tagged version

.. |commits-latest| github-shield::
Expand Down Expand Up @@ -141,7 +141,7 @@ See `pre-commit <https://github.com/pre-commit/pre-commit>`_ for instructions

Sample ``.pre-commit-config.yaml``:

.. pre-commit:flake8:: 0.1.1
.. pre-commit:flake8:: 0.1.2
Using the script as a pre-commit hook
Expand All @@ -154,7 +154,7 @@ See `pre-commit <https://github.com/pre-commit/pre-commit>`_ for instructions
Sample ``.pre-commit-config.yaml``:

.. pre-commit::
:rev: v0.1.1
:rev: v0.1.2


.. toctree::
Expand Down
2 changes: 1 addition & 1 deletion flake8_dunder_all/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
__author__: str = "Dominic Davis-Foster"
__copyright__: str = "2020 Dominic Davis-Foster"
__license__: str = "MIT"
__version__: str = "0.1.1"
__version__: str = "0.1.2"
__email__: str = "dominic@davis-foster.co.uk"

__all__ = ["Visitor", "Plugin", "check_and_add_all", "DALL000"]
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ modname: flake8-dunder-all
copyright_years: "2020"
author: "Dominic Davis-Foster"
email: "dominic@davis-foster.co.uk"
version: "0.1.1"
version: "0.1.2"
username: "domdfcoding"
license: 'MIT'
short_desc: "A Flake8 plugin and pre-commit hook which checks to ensure modules have defined '__all__'."
Expand Down

0 comments on commit 5a02e9c

Please sign in to comment.