diff --git a/HISTORY.rst b/HISTORY.rst index 8d32b1e..48de9f3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,10 @@ History ------- +0.11.11 (2020-12-16) +++++++++++++++++++ +- No changes. + 0.11.10 (2020-12-16) ++++++++++++++++++ - Add `html` to response dict when available. diff --git a/docs/conf.py b/docs/conf.py index b504a7f..684ed14 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '0.11.9' +version = '0.11.11' # The full version, including alpha/beta/rc tags. -release = '0.11.9' +release = '0.11.11' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/lassie/__init__.py b/lassie/__init__.py index a66751d..29f3646 100644 --- a/lassie/__init__.py +++ b/lassie/__init__.py @@ -14,7 +14,7 @@ """ -__version__ = '0.11.9' +__version__ = '0.11.11' from .api import fetch from .core import Lassie diff --git a/setup.py b/setup.py index 89da5f4..6bb7fb5 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ except ImportError: from distutils.core import setup -__version__ = '0.11.10' +__version__ = '0.11.11' packages = [ 'lassie',