Skip to content

Commit e74963f

Browse files
committed
Bump version: 0.13.1 → 0.13.2
1 parent c4019d4 commit e74963f

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.13.1
2+
current_version = 0.13.2
33
commit = True
44
tag = True
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Add the following to your `.pre-commit-config.yaml` file:
8989

9090
```yaml
9191
- repo: https://github.com/AliSayyah/django-urlconfchecks
92-
rev: v0.13.1
92+
rev: v0.13.2
9393
hooks:
9494
- id: django-urlconfchecks
9595
```

django_urlconfchecks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """ali sayyah"""
44
__email__ = 'ali.sayyah2@gmail.com'
5-
__version__ = '0.13.1'
5+
__version__ = '0.13.2'

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Then, add the following to your `.pre-commit-config.yaml` file:
5959

6060
```yaml
6161
- repo: https://github.com/AliSayyah/django-urlconfchecks
62-
rev: v0.13.1
62+
rev: v0.13.2
6363
hooks:
6464
- id: django-urlconfchecks
6565
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-urlconfchecks"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
description = "a python package for type checking the urls and associated views."
55
authors = [{ name = "ali sayyah", email = "ali.sayyah2@gmail.com" }]
66
requires-python = ">=3.10,<3.15"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)