diff --git a/docs/source/CHANGES.rst b/docs/source/CHANGES.rst index 0edbefd..8002e9b 100644 --- a/docs/source/CHANGES.rst +++ b/docs/source/CHANGES.rst @@ -2,6 +2,12 @@ pystalk ChangeLog ################# +===== +0.9.2 +===== +* Expand regression coverage for connection error wrapping, connectivity + prechecks, and production pool failover and backoff behavior. + ===== 0.9.1 ===== diff --git a/pystalk/__init__.py b/pystalk/__init__.py index 61a885b..0818f0b 100644 --- a/pystalk/__init__.py +++ b/pystalk/__init__.py @@ -1,7 +1,7 @@ from .client import BeanstalkClient, BeanstalkError, BeanstalkConnectionError from .pool import ProductionPool -__version__ = '0.9.1' +__version__ = '0.9.2' __author__ = 'EasyPost '