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 22Changelog
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+
511Version 1.4.2
612=============
713
Original file line number Diff line number Diff line change 1919# -- Project information -----------------------------------------------------
2020
2121project = 'firebird-driver'
22- copyright = '2020-2021 , The Firebird Project'
22+ copyright = '2020-2022 , The Firebird Project'
2323author = '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 ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ all-files=True
55
66[metadata]
77name = firebird-driver
8- version = 1.4.2
8+ version = 1.4.3
99description = Firebird driver
1010long_description = file: README.rst
1111long_description_content_type = text/x-rst; charset=UTF-8
You can’t perform that action at this time.
0 commit comments