Skip to content

Commit aa7ae3a

Browse files
chore: release 0.1.1 (#27)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 793c98e commit aa7ae3a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [0.1.1](https://www.github.com/googleapis/google-cloudevents-python/compare/v0.1.0...v0.1.1) (2021-01-22)
4+
5+
6+
### Bug Fixes
7+
8+
* add a missing field in setup.py ([#25](https://www.github.com/googleapis/google-cloudevents-python/issues/25)) ([793c98e](https://www.github.com/googleapis/google-cloudevents-python/commit/793c98e99e3ac3f5d49cd1ee8d13f544e2b76484))
9+
310
## 0.1.0 (2020-12-15)
411

512

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
name = "google-events"
99
description = "A collection of first party Google Cloud Platform event objects."
10-
version = "0.1.0"
10+
version = "0.1.1"
1111
release_status = "Development Status :: 3 - Alpha"
1212
dependencies = []
1313
extras = {

0 commit comments

Comments
 (0)