Skip to content

Commit

Permalink
0.11.11 because of failed pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhelmick committed Aug 20, 2021
1 parent f2c944a commit 1122c71
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lassie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"""

__version__ = '0.11.9'
__version__ = '0.11.11'

from .api import fetch
from .core import Lassie
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
except ImportError:
from distutils.core import setup

__version__ = '0.11.10'
__version__ = '0.11.11'

packages = [
'lassie',
Expand Down

0 comments on commit 1122c71

Please sign in to comment.