Skip to content

Commit

Permalink
Bump version: 0.7.1 → 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSayyah committed Aug 12, 2022
1 parent 436c61a commit 3e5202a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.7.1
current_version = 0.7.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Add the following to your `.pre-commit-config.yaml` file:

```yaml
- repo: https://github.com/AliSayyah/django-urlconfchecks
rev: 0.7.1
rev: 0.7.2
hooks:
- id: django-urlconfchecks
```
Expand Down
2 changes: 1 addition & 1 deletion django_urlconfchecks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """ali sayyah"""
__email__ = 'ali.sayyah2@gmail.com'
__version__ = '0.7.1'
__version__ = '0.7.2'
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Then, add the following to your `.pre-commit-config.yaml` file:

```yaml
- repo: https://github.com/AliSayyah/django-urlconfchecks
rev: 0.7.1
rev: 0.7.2
hooks:
- id: django-urlconfchecks
```
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "django-urlconfchecks"
version = "0.7.1"
version = "0.7.2"
homepage = "https://github.com/AliSayyah/django-urlconfchecks"
description = "a python package for type checking the urls and associated views."
authors = ["ali sayyah <ali.sayyah2@gmail.com>"]
Expand Down

0 comments on commit 3e5202a

Please sign in to comment.