File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+
10
+ ## [ 1.4.0] — 2022-07-14
9
11
### Added
10
12
- Added ` .get ` accessor for even properties ([ #165 ] )
11
13
- 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
22
24
- ` docs ` folder and related unused tooling ([ #168 ] )
23
25
24
26
25
- ## [ 1.3.0] — 2022-09-07
27
+ ## [ 1.3.0] — 2022-07-09
26
28
### Added
27
29
- Python 3.9 support ([ #144 ] )
28
30
- Python 3.10 support ([ #150 ] )
@@ -108,6 +110,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
108
110
### Added
109
111
- Initial release
110
112
113
+ [ 1.4.0 ] : https://github.com/cloudevents/sdk-python/compare/1.3.0...1.4.0
111
114
[ 1.3.0 ] : https://github.com/cloudevents/sdk-python/compare/1.2.0...1.3.0
112
115
[ 1.2.0 ] : https://github.com/cloudevents/sdk-python/compare/1.1.0...1.2.0
113
116
[ 1.1.0 ] : https://github.com/cloudevents/sdk-python/compare/1.0.1...1.1.0
Original file line number Diff line number Diff line change 11
11
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12
12
# License for the specific language governing permissions and limitations
13
13
# 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.
14
26
15
- __version__ = "1.3 .0"
27
+ __version__ = "1.4 .0"
You can’t perform that action at this time.
0 commit comments