8000 Release v1.3.0 · FirebirdSQL/python3-lib@829521e · GitHub
[go: up one dir, main page]

Skip to content

Commit 829521e

Browse files
committed
Release v1.3.0
1 parent 983884d commit 829521e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog
33
#########
44

5-
Development Version 1.3.0 [unreleased]
6-
======================================
5+
Version 1.3.0
6+
=============
77

88
* Move away from setup.cfg to pyproject.toml, changed source three layout.
99

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.2'
26+
version = '1.3.0'
2727

2828
# The full version, including alpha/beta/rc tags
29-
release = '1.2.2'
29+
release = '1.3.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Firebird driver extension library"
99
readme = "README.rst"
1010
requires-python = ">=3.8"
1111
license = { file = "LICENSE" }
12-
authors = [{ name = "Pavel Císař", email = "pcisar@users.sourceforge.net"}]
12+
authors = [{ name = "Pavel Cisar", email = "pcisar@users.sourceforge.net"}]
1313
keywords = ["Firebird", "RDBMS", "driver", "extension", "library"]
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)
0