Skip to content

Commit

Permalink
Bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 23, 2021
1 parent e5c7bfd commit ea980c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ CHANGES

.. towncrier release notes start
1.1.1a1 (2021-10-23)
====================
1.1.1 (2021-10-23)
==================

Bugfixes
--------

- Fix unhandled AssertionError in aiohttp integration when unknown resource requested by the user.
`#400 <https://github.com/aio-libs/aiohttp/issues/400>`_
`#400 <https://github.com/aio-libs/aiozipkin/issues/400>`_
- Fix ``NoneType`` error when using ``SystemRoute``.
`#410 <https://github.com/aio-libs/aiohttp/issues/410>`_
`#410 <https://github.com/aio-libs/aiozipkin/issues/410>`_

----

Expand All @@ -34,7 +34,7 @@ Bugfixes
--------

- Expect trace request context to be of SimpleNamespace type.
`#385 <https://github.com/aio-libs/aiohttp/issues/385>`_
`#385 <https://github.com/aio-libs/aiozipkin/issues/385>`_


----
Expand All @@ -47,7 +47,7 @@ Bugfixes
--------

- Support Python 3.8 and Python 3.9
`#259 <https://github.com/aio-libs/aiohttp/issues/259>`_
`#259 <https://github.com/aio-libs/aiozipkin/issues/259>`_


----
Expand All @@ -69,7 +69,7 @@ Features
--------

- Add support of AWS X-Ray trace id format.
`#273 <https://github.com/aio-libs/aiohttp/issues/273>`_
`#273 <https://github.com/aio-libs/aiozipkin/issues/273>`_


----
Expand Down
2 changes: 1 addition & 1 deletion aiozipkin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from .tracer import Tracer, create, create_custom


__version__ = "1.1.1a1"
__version__ = "1.1.1"
__all__ = (
"Tracer",
"Sampler",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ filename = "CHANGES.rst"
directory = "CHANGES/"
title_format = "{version} ({project_date})"
template = "CHANGES/.TEMPLATE.rst"
issue_format = "`#{issue} <https://github.com/aio-libs/aiohttp/issues/{issue}>`_"
issue_format = "`#{issue} <https://github.com/aio-libs/aiozipkin/issues/{issue}>`_"

0 comments on commit ea980c4

Please sign in to comment.