Skip to content

Commit 741cd16

Browse files
committed
1.1.0
Automatically generated by python-semantic-release
1 parent 99e4b49 commit 741cd16

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
<!--next-version-placeholder-->
4+
5+
## v1.1.0 (2021-02-26)
6+
### Feature
7+
* initial commit ([`ff71a91`](https://github.com/MicaelJarniac/BuildURL/commit/ff71a9168cf932b602402b1ee764f27ea3a74517))
8+
9+
### Documentation
10+
* **issue template:** initial commit ([`43e042a`](https://github.com/MicaelJarniac/BuildURL/commit/43e042af060181552e6923dcf86fef8a3e2e5997))
11+
* **readme:** add badges ([`7d64626`](https://github.com/MicaelJarniac/BuildURL/commit/7d6462613b94f8f062bb0a5ab62bf01085af3a83))
12+
* **contributing:** initial commit ([`da8c62b`](https://github.com/MicaelJarniac/BuildURL/commit/da8c62b087811b4fc20aa0a330271926140f9bfa))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import setuptools
22

3-
__version__ = "1.0.0"
3+
__version__ = "1.1.0"
44

55
setuptools.setup()

0 commit comments

Comments
 (0)