Skip to content

Commit a5a36a6

Browse files
committed
Release 1.3.0
1 parent 1692ec4 commit a5a36a6

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

docs/changelog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog
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+
514
Version 1.2.0
615
=============
716

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
author = '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 ---------------------------------------------------

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-base
8-
version = 1.2.0
8+
version = 1.3.0
99
description = Firebird base modules for Python
1010
long_description = file: README.rst
1111
long_description_content_type = text/x-rst; charset=UTF-8

0 commit comments

Comments
 (0)