-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
1 parent
02b8366
commit 35c3c53
Showing
3 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Changelog | ||
|
||
<!--next-version-placeholder--> | ||
|
||
## v0.2.0 (2021-11-12) | ||
### Feature | ||
* **ci:** Add release workflow ([#7](https://github.com/crccheck/django-test-curl/issues/7)) ([`02b8366`](https://github.com/crccheck/django-test-curl/commit/02b83668cc9fb6fe79ca7f5b761908f06899ee40)) | ||
* **ci:** Add flake8 and mypy linting too ([#6](https://github.com/crccheck/django-test-curl/issues/6)) ([`b2a34cc`](https://github.com/crccheck/django-test-curl/commit/b2a34ccf5bdfdb131fd2d6de034fc6a0640a8f79)) | ||
* **ci:** Add ci workflows ([#5](https://github.com/crccheck/django-test-curl/issues/5)) ([`e62f983`](https://github.com/crccheck/django-test-curl/commit/e62f983116ec76b5c839a1825032d62abb0ead77)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from .django_test_curl import CurlClient, CurlClientMixin # noqa | ||
|
||
__version__ = "0.1.2" | ||
__version__ = "0.2.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "django-test-curl" | ||
version = "0.1.2" | ||
version = "0.2.0" | ||
description = "Write Django test requests using curl syntax" | ||
authors = ["crccheck <[email protected]>"] | ||
license = "Apache-2.0" | ||
|