Skip to content

Commit 4ca9ce9

Browse files
committed
Update version for release
1 parent 55dcee8 commit 4ca9ce9

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.10.0] - 2023-10-03
88

99
### Fixed
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.10.0 [Unreleased]
6-
===========================
5+
Version 1.10.0
6+
==============
77

88
* Build system changed from setuptools to hatch
99
* Fix: #27 - Failed to establish a connection to the server on the specified port.

src/firebird/driver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@
6161
Server, Statement)
6262

6363
#: Current driver version, SEMVER string.
64-
__VERSION__ = '1.10.0b0'
64+
__VERSION__ = '1.10.0'

0 commit comments

Comments
 (0)