Skip to content

Commit

Permalink
1.1.8
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and github-actions committed Nov 12, 2021
1 parent 19e6970 commit b1fe70d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v1.1.8 (2021-11-12)
### Fix
* Use poetry to install package in container #26 ([`19e6970`](https://github.com/Ravio1i/notion-gcal-sync/commit/19e6970161cce4a2aff45fcfc0aedcf2d3f20b55))
* Use poetry to install package in container ([`f69a5a0`](https://github.com/Ravio1i/notion-gcal-sync/commit/f69a5a02c5af25ed0ded20ee45edf0275add3743))

## v1.1.7 (2021-11-11)
### Fix
* Add buildx #25 ([`8603891`](https://github.com/Ravio1i/notion-gcal-sync/commit/86038917008ab9b5151c2aecab5bd37121b93ef9))
Expand Down
2 changes: 1 addition & 1 deletion notion_gcal_sync/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.7"
__version__ = "1.1.8"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "notion-gcal-sync"
version = "1.1.7"
version = "1.1.8"
description = "Bidirectional synchronize calendar events within notion and google calendar"
readme = "README.md"
repository = "https://github.com/Ravio1i/notion-gcal-sync"
Expand Down

0 comments on commit b1fe70d

Please sign in to comment.