Skip to content

Commit

Permalink
Bump version v0.1.7 -> v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jan 17, 2022
1 parent 8bab42d commit a7201fd
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 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.7
current_version = 0.1.8
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: "Install package"
run: |
$CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8-dunder-all=0.1.7=py_1 -y || exit 1
$CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8-dunder-all=0.1.8=py_1 -y || exit 1
- name: "Run Tests"
run: |
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ flake8-dunder-all
.. |language| image:: https://img.shields.io/github/languages/top/python-formate/flake8-dunder-all
:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8-dunder-all/v0.1.7
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8-dunder-all/v0.1.8
:target: https://github.com/python-formate/flake8-dunder-all/pulse
:alt: GitHub commits since tagged version

Expand Down Expand Up @@ -173,7 +173,7 @@ Sample ``.pre-commit-config.yaml``:
rev: 3.8.1
hooks:
- id: flake8
additional_dependencies: [flake8-dunder-all==0.1.7]
additional_dependencies: [flake8-dunder-all==0.1.8]
``ensure-dunder-all`` script

Expand Down
2 changes: 1 addition & 1 deletion doc-source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ flake8-dunder-all
:alt: GitHub top language

.. |commits-since| github-shield::
:commits-since: v0.1.7
:commits-since: v0.1.8
:alt: GitHub commits since tagged version

.. |commits-latest| github-shield::
Expand Down
4 changes: 2 additions & 2 deletions doc-source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ See `pre-commit <https://github.com/pre-commit/pre-commit>`_ for instructions

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

.. pre-commit:flake8:: 0.1.7
.. pre-commit:flake8:: 0.1.8
Using the script as a pre-commit hook
Expand All @@ -48,4 +48,4 @@ See `pre-commit <https://github.com/pre-commit/pre-commit>`_ for instructions.
Sample ``.pre-commit-config.yaml``:

.. pre-commit::
:rev: v0.1.7
:rev: v0.1.8
2 changes: 1 addition & 1 deletion flake8_dunder_all/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
__author__: str = "Dominic Davis-Foster"
__copyright__: str = "2020 Dominic Davis-Foster"
__license__: str = "MIT"
__version__: str = "0.1.7"
__version__: str = "0.1.8"
__email__: str = "dominic@davis-foster.co.uk"

__all__ = ["Visitor", "Plugin", "check_and_add_all", "DALL000"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "whey"

[project]
name = "flake8-dunder-all"
version = "0.1.7"
version = "0.1.8"
description = "A Flake8 plugin and pre-commit hook which checks to ensure modules have defined '__all__'."
readme = "README.rst"
keywords = [ "flake8",]
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ modname: flake8-dunder-all
copyright_years: "2020-2022"
author: "Dominic Davis-Foster"
email: "dominic@davis-foster.co.uk"
version: "0.1.7"
version: "0.1.8"
username: "python-formate"
assignee: "domdfcoding"
license: 'MIT'
Expand Down

0 comments on commit a7201fd

Please sign in to comment.