mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Release 0.13.0
This commit is contained in:
parent
8b1f46f34e
commit
2e9a19c816
@ -2,6 +2,13 @@
|
||||
Changelog
|
||||
#########
|
||||
|
||||
Version 0.13.0
|
||||
==============
|
||||
|
||||
* Explicit `Optional` typing.
|
||||
* Added support for both `encoding` and `encoding_errors` in `.Action.connect_server()`
|
||||
and `.Action.trace()`.
|
||||
|
||||
Version 0.12.1
|
||||
==============
|
||||
|
||||
|
@ -23,10 +23,10 @@ copyright = '2022, Pavel Cisar'
|
||||
author = 'Pavel Císař'
|
||||
|
||||
# The short X.Y version
|
||||
version = '0.12.1'
|
||||
version = '0.13.0'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '0.12.1'
|
||||
release = '0.13.0'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
@ -54,7 +54,7 @@ source_suffix = '.txt'
|
||||
# List of patterns, relative to source directory, that match files and
|
||||
# directories to ignore when looking for source files.
|
||||
# This pattern also affects html_static_path and html_extra_path.
|
||||
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
||||
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'requirements.txt']
|
||||
|
||||
default_role = 'py:obj'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user