File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 22Changelog
33#########
44
5+ Version 1.3.0
6+ =============
7+
8+ * `~firebird.base.config` module:
9+
10+ - Layout produced by `.get_config()` was changed.
11+ - `.Config` has new constructor keyword-only argument `description`.
12+ - Fix: uregistered bug in config.ListOption - value and default was the same instance
13+
514Version 1.2.0
615=============
716
Original file line number Diff line number Diff line change 2323author = 'Pavel Císař'
2424
2525# The short X.Y version
26- version = '1.2 .0'
26+ version = '1.3 .0'
2727
2828# The full version, including alpha/beta/rc tags
29- release = '1.2 .0'
29+ release = '1.3 .0'
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-base
8- version = 1.2 .0
8+ version = 1.3 .0
99description = Firebird base modules for Python
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