Skip to content

Commit 4ae2e61

Browse files
committedFeb 20, 2024
Release 1.7.2
1 parent 180e305 commit 4ae2e61

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and 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

‎docs/changelog.txt

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog
33
#########
44

5+
Version 1.7.2
6+
=============
7+
8+
- `.Error.getattr()` should not mask the absence of `__notes__` attribute.
59

610
Version 1.7.1
711
=============

‎src/firebird/base/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"

0 commit comments

Comments
 (0)
Please sign in to comment.