Skip to content

Commit bbf2a8f

Browse files
1 parent b3396f5 commit bbf2a8f

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.2.0](https://www.github.com/googleapis/google-cloudevents-python/compare/v0.1.4...v0.2.0) (2021-10-14)
4+
5+
6+
### Features
7+
8+
* add support for python 3.10 ([#81](https://www.github.com/googleapis/google-cloudevents-python/issues/81)) ([b3396f5](https://www.github.com/googleapis/google-cloudevents-python/commit/b3396f5ce24cf582ad13325ef12081c93ecad6c9))
9+
310
### [0.1.4](https://www.github.com/googleapis/google-cloudevents-python/compare/v0.1.3...v0.1.4) (2021-05-28)
411

512

setup.py

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

1111
setup(
1212
name="google-events",
13-
version = "0.1.4",
13+
version = "0.2.0",
1414
description="A collection of first party Google Cloud Platform event objects.",
1515
long_description=readme,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)