File tree 3 files changed +11
-1
lines changed
3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ 1.7.2] - 2024-02-20
8
+
9
+ ### Fixed
10
+
11
+ - ` Error.getattr() ` should not mask the absence of ` __notes__ ` attribute.
12
+
7
13
## [ 1.7.1] - 2023-10-08
8
14
9
15
### Fixed
Original file line number Diff line number Diff line change 2
2
Changelog
3
3
#########
4
4
5
+ Version 1.7.2
6
+ =============
7
+
8
+ - `.Error.getattr()` should not mask the absence of `__notes__` attribute.
5
9
6
10
Version 1.7.1
7
11
=============
Original file line number Diff line number Diff line change 1
1
# SPDX-FileCopyrightText: 2020-present The Firebird Projects <www.firebirdsql.org>
2
2
#
3
3
# SPDX-License-Identifier: MIT
4
- __version__ = "1.7.1 "
4
+ __version__ = "1.7.2 "
You can’t perform that action at this time.
0 commit comments