From 3b292e821b1e6d57317cefecd6a52b5364972555 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 2 Mar 2021 16:21:12 +0000 Subject: [PATCH] 2.0.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f221e..6dbc735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ +## v2.0.0 (2021-03-02) +### Feature +* easier manipulation of path and query ([`b520771`](https://github.com/MicaelJarniac/BuildURL/commit/b52077148eac94c668494ba08cfc41b8e2e91cfd)) + +### Breaking +* Renamed `_path_list` and `_query_dict`, and removed `params`. ([`b520771`](https://github.com/MicaelJarniac/BuildURL/commit/b52077148eac94c668494ba08cfc41b8e2e91cfd)) + +### Documentation +* **contributing:** All Contributors info ([`5d2a84e`](https://github.com/MicaelJarniac/BuildURL/commit/5d2a84ebefb6324428a2df30200ef65aef0d7b9e)) +* **readme:** better install & contrib. instruct. ([`05ca34b`](https://github.com/MicaelJarniac/BuildURL/commit/05ca34b0c6e8f395b41788c6ef270317aa80abf7)) +* **readme:** basic installation and usage, badges ([`3718cbd`](https://github.com/MicaelJarniac/BuildURL/commit/3718cbdab9b414667a4252582086df4d6dace662)) + ## v1.1.4 (2021-02-26) diff --git a/setup.py b/setup.py index b383806..aa93ae7 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ import setuptools -__version__ = "1.1.4" +__version__ = "2.0.0" setuptools.setup()