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

Commit bebc508

Browse files
committed
Merge branch 'v0.3.1-ext-release' into v0.3.x
2 parents c7eb899 + 42e0c01 commit bebc508

File tree

24 files changed

+29
-24
lines changed

24 files changed

+29
-24
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## 0.3.1
6+
Released 2019-03-19
7+
8+
- Release 0.1.0 versions of exporter and integration packages
9+
510
## 0.3.0
611
Released 2019-03-11
712

contrib/opencensus-correlation/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.3.0'
15+
__version__ = '0.1.0'

contrib/opencensus-ext-dbapi/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.dev0'
15+
__version__ = '0.1.0'

contrib/opencensus-ext-django/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.dev0'
15+
__version__ = '0.1.0'

contrib/opencensus-ext-flask/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.dev0'
15+
__version__ = '0.1.0'

contrib/opencensus-ext-google-cloud-clientlibs/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
long_description=open('README.rst').read(),
4141
install_requires=[
4242
'opencensus >= 0.3.0, < 1.0.0',
43-
'opencensus-ext-grpc >= 0.1.dev0, < 1.0.0',
44-
'opencensus-ext-requests >= 0.1.dev0, < 1.0.0',
43+
'opencensus-ext-grpc >= 0.1.0, < 1.0.0',
44+
'opencensus-ext-requests >= 0.1.0, < 1.0.0',
4545
],
4646
extras_require={},
4747
license='Apache-2.0',

contrib/opencensus-ext-google-cloud-clientlibs/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.dev0'
15+
__version__ = '0.1.0'

contrib/opencensus-ext-grpc/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.dev0'
15+
__version__ = '0.1.0'

contrib/opencensus-ext-httplib/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.dev0'
15+
__version__ = '0.1.0'

contrib/opencensus-ext-jaeger/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.dev0'
15+
__version__ = '0.1.0'

0 commit comments

Comments
 (0)