Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 5465fb1

Browse files
committed
Bump version to 0.1.11
and add a changelog.
1 parent 71b467b commit 5465fb1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## 0.1.11
4+
Released 2018-01-16
5+
6+
- Fix a bug in the stackdriver exporter that caused spans to be exported
7+
individually
8+
([#425](https://github.com/census-instrumentation/opencensus-python/pull/425))
9+
- Add this changelog

opencensus/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.1.10'
15+
__version__ = '0.1.11'

0 commit comments

Comments
 (0)