Skip to content

Commit

Permalink
Prepare for release 2.4.3 (#65)
Browse files Browse the repository at this point in the history
* Prepare for release 2.4.3

Signed-off-by: Isaac Hier <ihier@uber.com>

* Update version in setup.py

Signed-off-by: Isaac Hier <ihier@uber.com>
  • Loading branch information
isaachier authored and yurishkuro committed Aug 24, 2018
1 parent a461abc commit 0f52777
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
History
-------

2.4.3 (unreleased)
2.4.3 (2018-08-24)
------------------

- Nothing changed yet.
- Fix Makefile to check Python version to determine setuptools version (#62)
- Fix gettattr for ContextManagerConnectionWrapper (#63)


2.4.2 (2018-08-03)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='opentracing_instrumentation',
version='2.4.3.dev0',
version='2.4.3',
author='Yuri Shkuro',
author_email='ys@uber.com',
description='Tracing Instrumentation using OpenTracing API (http://opentracing.io)',
Expand Down

0 comments on commit 0f52777

Please sign in to comment.