Skip to content

Commit

Permalink
bump: version 0.17.0 → 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlu committed Aug 24, 2022
1 parent baf1b81 commit 2eab1a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.17.1 (2022-08-24)

### Fix

- **export**: fix get source attribute error

## v0.17.0 (2022-08-18)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion drfexts/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.17.0"
__version__ = "0.17.1"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.commitizen]
version = "0.17.0"
version = "0.17.1"
tag_format = "v$major.$minor.$patch$prerelease"
version_files = [
"pyproject.toml:version",
Expand All @@ -8,7 +8,7 @@ version_files = [

[tool.poetry]
name = "drfexts"
version = "0.17.0"
version = "0.17.1"
readme = "README.md"
description = "Django Restframework Utils"
authors = ["aiden <allaher@icloud.com>"]
Expand Down

0 comments on commit 2eab1a4

Please sign in to comment.