File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
20
## [ 1.2.0]
8
21
### Added
9
22
- Added GenericException, DataMarshallingError and DataUnmarshallingError ([ #120 ] )
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ the codebase.
149
149
150
150
e.g.
151
151
152
- ``` python
152
+ ``` bash
153
153
pip install tox
154
154
tox -e reformat
155
155
```
Original file line number Diff line number Diff line change 1
- __version__ = "1.2 .0"
1
+ __version__ = "1.3 .0"
You can’t perform that action at this time.
0 commit comments