Skip to content

Commit 90c7da0

Browse files
committed
Release v1.4.3
1 parent 610fe01 commit 90c7da0

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

docs/changelog.txt

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

5+
Version 1.4.3
6+
=============
7+
8+
* Fix: Load driver configuration only when it's successfully read from file(s)
9+
* Fix: Reading service output will fail if line is greater than 64K.
10+
511
Version 1.4.2
612
=============
713

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
# -- Project information -----------------------------------------------------
2020

2121
project = 'firebird-driver'
22-
copyright = '2020-2021, The Firebird Project'
22+
copyright = '2020-2022, The Firebird Project'
2323
author = 'Pavel Císař'
2424

2525
# The short X.Y version
26-
version = '1.4.2'
26+
version = '1.4.3'
2727

2828
# The full version, including alpha/beta/rc tags
29-
release = '1.4.2'
29+
release = '1.4.3'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ all-files=True
55

66
[metadata]
77
name = firebird-driver
8-
version = 1.4.2
8+
version = 1.4.3
99
description = Firebird driver
1010
long_description = file: README.rst
1111
long_description_content_type = text/x-rst; charset=UTF-8

0 commit comments

Comments
 (0)