@@ -25,14 +25,8 @@ readme = "README.md"
25
25
26
26
# Do not manually edit the version, use `make version_{type}` instead.
27
27
# This should match the version in the [tool.bumpversion] section.
28
- version = " 0.3.0"
29
- dependencies = [
30
- " django>=3.2" ,
31
- " djangorestframework>=3.12.0" ,
32
- " pytest-django==4.7.0" ,
33
- " pytest==8.3.2" ,
34
- " pytest-cov" ,
35
- ]
28
+ version = " 0.3.1"
29
+ dependencies = [" django>=3.2" , " djangorestframework>=3.12.0" ]
36
30
37
31
[project .urls ]
38
32
# See https://daniel.feldroy.com/posts/2023-08-pypi-project-urls-cheatsheet for
@@ -44,7 +38,9 @@ changelog = "https://github.com/kraken-tech/django-rest-framework-recursive/blob
44
38
dev = [
45
39
# Testing
46
40
" pytest" ,
47
- " nox" , # Install in virtualenv so Mypy has access to the package types.
41
+ " pytest-django>=4.7.0" ,
42
+ " pytest-cov" ,
43
+ " nox" , # Install in virtualenv so Mypy has access to the package types.
48
44
49
45
# Linting
50
46
" ruff" ,
@@ -136,7 +132,7 @@ filterwarnings = "error"
136
132
[tool .bumpversion ]
137
133
# Do not manually edit the version, use `make version_{type}` instead.
138
134
# This should match the version in the [project] section.
139
- current_version = " 0.3.0 "
135
+ current_version = " 0.3.1 "
140
136
parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
141
137
serialize = [" {major}.{minor}.{patch}" ]
142
138
search = " {current_version}"
0 commit comments