From 3e5202a9263a296fbb080bda1f248ae958ed1781 Mon Sep 17 00:00:00 2001 From: ali Date: Fri, 12 Aug 2022 15:47:25 +0430 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.1=20=E2=86=92=200.7.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.md | 2 +- django_urlconfchecks/__init__.py | 2 +- docs/usage.md | 2 +- pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 956f32f..d296587 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.1 +current_version = 0.7.2 commit = True tag = True diff --git a/README.md b/README.md index 7ab8a7d..1d12ef6 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/django_urlconfchecks/__init__.py b/django_urlconfchecks/__init__.py index ee29dbd..2fcfed9 100644 --- a/django_urlconfchecks/__init__.py +++ b/django_urlconfchecks/__init__.py @@ -2,4 +2,4 @@ __author__ = """ali sayyah""" __email__ = 'ali.sayyah2@gmail.com' -__version__ = '0.7.1' +__version__ = '0.7.2' diff --git a/docs/usage.md b/docs/usage.md index 1a9392d..0d4c852 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -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 ``` diff --git a/pyproject.toml b/pyproject.toml index 35a3afb..cff7d8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "]