Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Nov 18, 2021
1 parent 81bd28a commit 6284ff5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v4.0.1 (2021-11-18)
### Fix
* docstrings ([`3029762`](https://github.com/MicaelJarniac/BuildURL/commit/30297628ab0f3ba32467b7de52199127129fe3da))
* wrong pre-commit hook property name ([`4e13d69`](https://github.com/MicaelJarniac/BuildURL/commit/4e13d69d57bd2b7a3e740fe9e8c3ca94ddeb394d))
* py.typed ([`b0bb774`](https://github.com/MicaelJarniac/BuildURL/commit/b0bb774eeb4e945dd4822fe97b598095dbb32901))

## v4.0.0 (2021-04-03)
### Feature
* option to force trailing slash ([`299f3b3`](https://github.com/MicaelJarniac/BuildURL/commit/299f3b39ad7a75c544bae26b14013a70a0d5e1cd))
Expand Down
2 changes: 1 addition & 1 deletion buildurl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Simple URL builder."""

__version__ = "4.0.0"
__version__ = "4.0.1"

from .builder import BuildURL

0 comments on commit 6284ff5

Please sign in to comment.