Skip to content

Commit aaa1693

Browse files
committed
Update version for release
1 parent ac9879e commit aaa1693

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## [Unreleased] - yyyy-mm-dd
7+
## [1.7.0] - 2023-10-03
88

99
### Changed
1010

docs/changelog.txt

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

5-
Version 1.7.0 [unreleased]
6-
==========================
5+
Version 1.7.0
6+
=============
77

88
* Update dependency to protobuf >=4.24.3
99
* Build system changed from setuptools to hatch

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.0b0"
4+
__version__ = "1.7.0"

0 commit comments

Comments
 (0)