Skip to content

Commit aee384b

Browse files
authored
Release v1.3.0 (#166)
* Bump version Signed-off-by: Yurii Serhiichuk <[email protected]> * Add v1.3.0 changelog. Signed-off-by: Yurii Serhiichuk <[email protected]> * Fix MD language highlight Signed-off-by: Yurii Serhiichuk <[email protected]>
1 parent 900e315 commit aee384b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
9+
## [1.3.0] — 2022-09-07
10+
### Added
11+
- Python 3.9 support ([#144])
12+
- Python 3.10 support ([#150])
13+
- Automatic CLO checks ([#158], [#159], [#160])
14+
15+
### Fixed
16+
- `ce-datacontenttype` is not longer generated for binary representation ([#138])
17+
- Fixed typings issues ([#149])
18+
- The package redistributive ability by inlining required `pypi-packaging.py` functions ([#151])
19+
720
## [1.2.0]
821
### Added
922
- Added GenericException, DataMarshallingError and DataUnmarshallingError ([#120])

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ the codebase.
149149

150150
e.g.
151151

152-
```python
152+
```bash
153153
pip install tox
154154
tox -e reformat
155155
```

cloudevents/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.2.0"
1+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)