mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-07-28 06:40:03 +00:00
Bumped version number
This commit is contained in:
@ -54,7 +54,11 @@ PyDoc_STRVAR(
|
||||
"\n"
|
||||
"Parameter:\n"
|
||||
"configuration: dictionary\n\n"
|
||||
"Sets the connection configuration for the connection pool."
|
||||
"Sets the connection configuration for the connection pool.\n"
|
||||
"For valid connection arguments check the mariadb.connect() method.\n\n"
|
||||
"Note: This method doesn't create connections in the pool.\n"
|
||||
"To fill the pool one has to use add_connection() ḿethod."
|
||||
|
||||
);
|
||||
|
||||
PyDoc_STRVAR(
|
||||
|
2
setup.py
2
setup.py
@ -29,7 +29,7 @@ PY_MARIADB_AUTHORS= "Georg Richter"
|
||||
|
||||
PY_MARIADB_MAJOR_VERSION=1
|
||||
PY_MARIADB_MINOR_VERSION=0
|
||||
PY_MARIADB_PATCH_VERSION=0
|
||||
PY_MARIADB_PATCH_VERSION=1
|
||||
# PY_MARIADB_PRE_RELEASE_SEGMENT=""
|
||||
|
||||
PY_MARIADB_VERSION= "%s.%s.%s" % (PY_MARIADB_MAJOR_VERSION, PY_MARIADB_MINOR_VERSION, PY_MARIADB_PATCH_VERSION)
|
||||
|
Reference in New Issue
Block a user