Skip to content

Commit 54e1fb5

Browse files
Merge pull request #80 from pythoninthegrass/release-please--branches--main
chore(main): release 1.0.2
2 parents e9ae29e + 8c53b01 commit 54e1fb5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.1"
2+
".": "1.0.2"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.2](https://github.com/pythoninthegrass/meetup_bot/compare/v1.0.1...v1.0.2) (2024-02-24)
4+
5+
6+
### Bug Fixes
7+
8+
* docker ([be44104](https://github.com/pythoninthegrass/meetup_bot/commit/be44104c8caa7197eeb12123873ab64aa7677ef8))
9+
310
## [1.0.1](https://github.com/pythoninthegrass/meetup_bot/compare/v1.0.0...v1.0.1) (2024-02-19)
411

512

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.1"
3+
version = "1.0.2"
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)