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

Commit f68bc0f

Browse files
authored
Release 0.7.13 (#1032)
1 parent 29fd633 commit f68bc0f

File tree

57 files changed

+76
-58
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+76
-58
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ jobs:
1515
env:
1616
# We use these variables to convert between tox and GHA version literals
1717
py27: 2.7
18-
py34: 3.4
1918
py35: 3.5
2019
py36: 3.6
2120
py37: 3.7
2221
strategy:
2322
# ensures the entire test matrix is run, even if one permutation fails
2423
fail-fast: false
2524
matrix:
26-
python-version: [py27, py34, py35, py36, py37]
25+
python-version: [py27, py35, py36, py37]
2726
steps:
2827
- name: Checkout code
2928
uses: actions/checkout@v2

context/opencensus-context/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.2.dev0'
15+
__version__ = '0.1.2'

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.4.dev0'
15+
__version__ = '0.3.0'

contrib/opencensus-ext-azure/CHANGELOG.md

Lines changed: 3 additions & 0 deletions

contrib/opencensus-ext-azure/opencensus/ext/azure/common/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__ = '1.0.dev0'
15+
__version__ = '1.0.8'

contrib/opencensus-ext-azure/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
include_package_data=True,
4040
long_description=open('README.rst').read(),
4141
install_requires=[
42-
'opencensus >= 0.8.dev0, < 1.0.0',
42+
'opencensus >= 0.7.13, < 1.0.0',
4343
'psutil >= 5.6.3',
4444
'requests >= 2.19.0',
4545
],

contrib/opencensus-ext-datadog/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
include_package_data=True,
4040
install_requires=[
4141
'bitarray >= 1.0.1, < 2.0.0',
42-
'opencensus >= 0.8.dev0, < 1.0.0',
42+
'opencensus >= 0.7.13, < 1.0.0',
4343
'requests >= 2.19.0',
4444
],
4545
extras_require={},

contrib/opencensus-ext-datadog/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-dbapi/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
include_package_data=True,
4040
long_description=open('README.rst').read(),
4141
install_requires=[
42-
'opencensus >= 0.8.dev0, < 1.0.0',
42+
'opencensus >= 0.7.13, < 1.0.0',
4343
],
4444
extras_require={},
4545
license='Apache-2.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.2.dev0'
15+
__version__ = '0.1.2'

0 commit comments

Comments
 (0)