File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
#########
4
4
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
+
5
11
Version 1.4.2
6
12
=============
7
13
Original file line number Diff line number Diff line change 19
19
# -- Project information -----------------------------------------------------
20
20
21
21
project = 'firebird-driver'
22
- copyright = '2020-2021 , The Firebird Project'
22
+ copyright = '2020-2022 , The Firebird Project'
23
23
author = 'Pavel Císař'
24
24
25
25
# The short X.Y version
26
- version = '1.4.2 '
26
+ version = '1.4.3 '
27
27
28
28
# The full version, including alpha/beta/rc tags
29
- release = '1.4.2 '
29
+ release = '1.4.3 '
30
30
31
31
32
32
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ all-files=True
5
5
6
6
[metadata]
7
7
name = firebird-driver
8
- version = 1.4.2
8
+ version = 1.4.3
9
9
description = Firebird driver
10
10
long_description = file: README.rst
11
11
long_description_content_type = text/x-rst; charset=UTF-8
You can’t perform that action at this time.
0 commit comments