Skip to content

Commit ecb006e

Browse files
xSAVIKxsasha-tkachev
authored andcommitted
release: v1.4.0 (#179)
Signed-off-by: Yurii Serhiichuk <[email protected]>
1 parent 80f576d commit ecb006e

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
10+
## [1.4.0] — 2022-07-14
911
### Added
1012
- Added `.get` accessor for even properties ([#165])
1113
- Added type information for all event member functions ([#173])
@@ -22,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2224
- `docs` folder and related unused tooling ([#168])
2325

2426

25-
## [1.3.0] — 2022-09-07
27+
## [1.3.0] — 2022-07-09
2628
### Added
2729
- Python 3.9 support ([#144])
2830
- Python 3.10 support ([#150])
@@ -108,6 +110,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
108110
### Added
109111
- Initial release
110112

113+
[1.4.0]: https://github.com/cloudevents/sdk-python/compare/1.3.0...1.4.0
111114
[1.3.0]: https://github.com/cloudevents/sdk-python/compare/1.2.0...1.3.0
112115
[1.2.0]: https://github.com/cloudevents/sdk-python/compare/1.1.0...1.2.0
113116
[1.1.0]: https://github.com/cloudevents/sdk-python/compare/1.0.1...1.1.0

cloudevents/__init__.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,17 @@
1111
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1212
# License for the specific language governing permissions and limitations
1313
# under the License.
14+
#
15+
# Licensed under the Apache License, Version 2.0 (the "License"); you may
16+
# not use this file except in compliance with the License. You may obtain
17+
# a copy of the License at
18+
#
19+
# http://www.apache.org/licenses/LICENSE-2.0
20+
#
21+
# Unless required by applicable law or agreed to in writing, software
22+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
23+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
24+
# License for the specific language governing permissions and limitations
25+
# under the License.
1426

15-
__version__ = "1.3.0"
27+
__version__ = "1.4.0"

0 commit comments

Comments
 (0)