From 46548dd09b4c2fc5d0430c5d508b608c189a753d Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Thu, 10 Aug 2023 16:46:55 -0500 Subject: [PATCH] Fix typo and version --- docs/conf.py | 4 ++-- docs/references/connection_pool.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5125f8299..f561c28d6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ copyright = u'2017, ' + author # built documents. # # The short X.Y version. -version = u'11.1' +version = u'11.2' # The full version, including alpha/beta/rc tags. -release = u'11.1.0' +release = u'11.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/references/connection_pool.rst b/docs/references/connection_pool.rst index 0876dbd27..6072b4266 100644 --- a/docs/references/connection_pool.rst +++ b/docs/references/connection_pool.rst @@ -10,7 +10,7 @@ Minimizing connections is paramount to performance. Each PostgreSQL connection c Connection String ----------------- -For connecting to the database, the pool requires a connection string. You can can configure it using :ref:`db-uri`. +For connecting to the database, the pool requires a connection string. You can configure it using :ref:`db-uri`. .. _pool_growth_limit: .. _dyn_conn_pool: