Skip to content

Commit 6ca25e4

Browse files
committed
Release 1.2.0
1 parent 067fbc8 commit 6ca25e4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
#########
44

5-
Version 1.1.1
5+
Version 1.2.0
66
=============
77

88
* Fix unregistered bug: `sql_dialect` is used instead `db_sql_dialect` in `create_database`.

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.1.0'
26+
version = '1.2.0'
2727

2828
# The full version, including alpha/beta/rc tags
29-
release = '1.1.0'
29+
release = '1.2.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-driver
8-
version = 1.1.0
8+
version = 1.2.0
99
description = Firebird driver
1010
long_description = file: README.rst
1111
long_description_content_type = text/x-rst; charset=UTF-8

0 commit comments

Comments
 (0)