From 741cd169916a2ef020baa12fccd0e961623cc7cc Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 26 Feb 2021 22:12:22 +0000 Subject: [PATCH] 1.1.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e96f664 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + + + +## v1.1.0 (2021-02-26) +### Feature +* initial commit ([`ff71a91`](https://github.com/MicaelJarniac/BuildURL/commit/ff71a9168cf932b602402b1ee764f27ea3a74517)) + +### Documentation +* **issue template:** initial commit ([`43e042a`](https://github.com/MicaelJarniac/BuildURL/commit/43e042af060181552e6923dcf86fef8a3e2e5997)) +* **readme:** add badges ([`7d64626`](https://github.com/MicaelJarniac/BuildURL/commit/7d6462613b94f8f062bb0a5ab62bf01085af3a83)) +* **contributing:** initial commit ([`da8c62b`](https://github.com/MicaelJarniac/BuildURL/commit/da8c62b087811b4fc20aa0a330271926140f9bfa)) diff --git a/setup.py b/setup.py index 58da102..f954f06 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ import setuptools -__version__ = "1.0.0" +__version__ = "1.1.0" setuptools.setup()