Skip to content

Commit ce8c213

Browse files
committed
Bump version: 0.10.0 → 0.11.0
1 parent 2161725 commit ce8c213

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.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.10.0
2+
current_version = 0.11.0
33
commit = True
44
tag = True
55

README.md

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

6363
```yaml
6464
- repo: https://github.com/AliSayyah/django-urlconfchecks
65-
rev: v0.10.0
65+
rev: v0.11.0
6666
hooks:
6767
- id: django-urlconfchecks
6868
```

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.10.0'
5+
__version__ = '0.11.0'

docs/usage.md

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

5858
```yaml
5959
- repo: https://github.com/AliSayyah/django-urlconfchecks
60-
rev: v0.10.0
60+
rev: v0.11.0
6161
hooks:
6262
- id: django-urlconfchecks
6363
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "django-urlconfchecks"
4-
version = "0.10.0"
4+
version = "0.11.0"
55
homepage = "https://github.com/AliSayyah/django-urlconfchecks"
66
description = "a python package for type checking the urls and associated views."
77
authors = ["ali sayyah <ali.sayyah2@gmail.com>"]

0 commit comments

Comments
 (0)