Skip to content

Commit 10512d3

Browse files
author
Yuri Shkuro
committed
Back to development: 3.3.1
1 parent cd8da4f commit 10512d3

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ __pycache__
1010

1111
build/
1212
dist/
13+
.envrc
1314

1415
# Unit test / coverage reports
1516
.pytest_cache/

CHANGELOG.rst

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

6+
3.3.1 (unreleased)
7+
------------------
8+
9+
- Nothing changed yet.
10+
11+
612
3.3.0 (2020-06-16)
713
------------------
814

setup.py

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

66
setup(
77
name='opentracing_instrumentation',
8-
version='3.3.0',
8+
version='3.3.1.dev0',
99
author='Yuri Shkuro',
1010
author_email='ys@uber.com',
1111
description='Tracing Instrumentation using OpenTracing API '

0 commit comments

Comments
 (0)