File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
#########
4
4
5
- Version 1.1.1
5
+ Version 1.2.0
6
6
=============
7
7
8
8
* Fix unregistered bug: `sql_dialect` is used instead `db_sql_dialect` in `create_database`.
Original file line number Diff line number Diff line change 23
23
author = 'Pavel Císař'
24
24
25
25
# The short X.Y version
26
- version = '1.1 .0'
26
+ version = '1.2 .0'
27
27
28
28
# The full version, including alpha/beta/rc tags
29
- release = '1.1 .0'
29
+ release = '1.2 .0'
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.1 .0
8
+ version = 1.2 .0
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