From a810b55643cc44a12eabd13f189a13e7e61c90ac Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 25 Sep 2020 08:05:54 +0000 Subject: [PATCH] 1.1.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ src/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bd7962e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + + + +## v1.1.0 (2020-09-25) +### Feature +* Initial commit ([`0c2e973`](https://github.com/browniebroke/hacktoberfest-labeler-action/commit/0c2e973a28cc6a0a357ce4107215bbad3c3c8e61)) + +### Fix +* Add version to __init__ ([`9840351`](https://github.com/browniebroke/hacktoberfest-labeler-action/commit/984035145b8bea9e14fbd3036820a4eb57d119cf)) +* Bug with empty string from input ([`31c3b22`](https://github.com/browniebroke/hacktoberfest-labeler-action/commit/31c3b22fe60b6e23c632a5f282d0b5289b6f208c)) diff --git a/src/__init__.py b/src/__init__.py index 5becc17..6849410 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.1.0"