Skip to content

Commit 2eab1a4

Browse files
committed
bump: version 0.17.0 → 0.17.1
1 parent baf1b81 commit 2eab1a4

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.17.1 (2022-08-24)
2+
3+
### Fix
4+
5+
- **export**: fix get source attribute error
6+
17
## v0.17.0 (2022-08-18)
28

39
### Feat

drfexts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.17.0"
1+
__version__ = "0.17.1"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "0.17.0"
2+
version = "0.17.1"
33
tag_format = "v$major.$minor.$patch$prerelease"
44
version_files = [
55
"pyproject.toml:version",
@@ -8,7 +8,7 @@ version_files = [
88

99
[tool.poetry]
1010
name = "drfexts"
11-
version = "0.17.0"
11+
version = "0.17.1"
1212
readme = "README.md"
1313
description = "Django Restframework Utils"
1414
authors = ["aiden <allaher@icloud.com>"]

0 commit comments

Comments
 (0)