Skip to content

Commit 5749ea5

Browse files
committed
Updated version and changelogs
1 parent f5ade42 commit 5749ea5

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.1] - 2023-10-08
8+
9+
### Fixed
10+
11+
- Log record values `module` and `filename` were not assigned properly under Python 3.11
12+
- Failed tests due to subtle changes in Python 3.11
13+
14+
### Changed
15+
16+
- Downgrade dependency to protobuf>=4.23.4
17+
718
## [1.7.0] - 2023-10-03
819

920
### Changed
@@ -15,7 +26,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1526
### Added
1627

1728
- .pyi file for config protobuf
18-
- Stub pytest test
1929

2030
## [1.6.1] - 2023-03-03
2131

docs/changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
33
#########
44

5+
6+
Version 1.7.1
7+
=============
8+
9+
- Log record values `module` and `filename` were not assigned properly under Python 3.11,
10+
- Failed tests due to subtle changes in Python 3.11
11+
- Downgrade dependency to `protobuf>=4.23.4`
12+
513
Version 1.7.0
614
=============
715

src/firebird/base/__about__.py

Lines changed: 1 addition & 1 deletion
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.0"
4+
__version__ = "1.7.1"

0 commit comments

Comments
 (0)