Skip to content
This repository was archived by the owner on Jul 21, 2021. It is now read-only.

Commit ba0c8c9

Browse files
author
Yuri Shkuro
committed
Preparing release 3.1.0
1 parent 59a14ff commit ba0c8c9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
History
44
-------
55

6-
3.0.1 (unreleased)
6+
3.1.0 (2019-05-12)
77
------------------
88

9-
- Nothing changed yet.
9+
- Unpin OpenTracing dependency and change to a range (#40) <Nathan Hsieh>
10+
- Add support for Python 3.5+ (#39) <Aliaksei Urbanski>
11+
- Include 0,1 as acceptable sampled value (#37) <Dominik Janků>
1012

1113

1214
3.0.0 (2018-07-10)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='basictracer',
5-
version='3.0.1.dev0',
5+
version='3.1.0',
66
author='The OpenTracing Authors',
77
author_email='info@opentracing.io',
88
license='MIT',

0 commit comments

Comments
 (0)