Skip to content

Commit f2f0bab

Browse files
Merge pull request #78 from pythoninthegrass/release-please--branches--main
chore(main): release 1.0.1
2 parents a4f45bf + 9fbc1ee commit f2f0bab

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/pythoninthegrass/meetup_bot/compare/v1.0.0...v1.0.1) (2024-02-19)
4+
5+
6+
### Bug Fixes
7+
8+
* poetry package error ([a9a24ac](https://github.com/pythoninthegrass/meetup_bot/commit/a9a24ac14d7ef2ce86ed517e744ada7128ebc6d1))
9+
10+
11+
### Documentation
12+
13+
* update README.md ([489ba54](https://github.com/pythoninthegrass/meetup_bot/commit/489ba540d873ee79863b57e31ab3fa4fa2f1fcca))
14+
* update README.md ([84e891a](https://github.com/pythoninthegrass/meetup_bot/commit/84e891a468a74532518c95c26190c0f2ade614be))
15+
316
## 1.0.0 (2024-02-19)
417

518

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "meetup_bot"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Use Meetup Pro API to send Slack messages before events occur."
55
authors = ["pythoninthegrass <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)