File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 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.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 1.7.2] - 2024-02-20
8+
9+ ### Fixed
10+
11+ - ` Error.getattr() ` should not mask the absence of ` __notes__ ` attribute.
12+
713## [ 1.7.1] - 2023-10-08
814
915### Fixed
Original file line number Diff line number Diff line change 22Changelog
33#########
44
5+ Version 1.7.2
6+ =============
7+
8+ - `.Error.getattr()` should not mask the absence of `__notes__` attribute.
59
610Version 1.7.1
711=============
Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: 2020-present The Firebird Projects <www.firebirdsql.org>
22#
33# 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