Skip to content

Commit

Permalink
Merge branch 'v0.3.1-ext-release' into v0.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
c24t committed Mar 19, 2019
2 parents c7eb899 + 42e0c01 commit bebc508
Show file tree
Hide file tree
Showing 24 changed files with 29 additions and 24 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 0.3.1
Released 2019-03-19

- Release 0.1.0 versions of exporter and integration packages

## 0.3.0
Released 2019-03-11

Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-correlation/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.3.0'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-dbapi/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1.dev0'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-django/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1.dev0'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-flask/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1.dev0'
__version__ = '0.1.0'
4 changes: 2 additions & 2 deletions contrib/opencensus-ext-google-cloud-clientlibs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
long_description=open('README.rst').read(),
install_requires=[
'opencensus >= 0.3.0, < 1.0.0',
'opencensus-ext-grpc >= 0.1.dev0, < 1.0.0',
'opencensus-ext-requests >= 0.1.dev0, < 1.0.0',
'opencensus-ext-grpc >= 0.1.0, < 1.0.0',
'opencensus-ext-requests >= 0.1.0, < 1.0.0',
],
extras_require={},
license='Apache-2.0',
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-google-cloud-clientlibs/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1.dev0'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-grpc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1.dev0'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-httplib/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1.dev0'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-jaeger/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1.dev0'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-mysql/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
install_requires=[
'mysql-connector >= 2.1.6, < 3.0.0',
'opencensus >= 0.3.0, < 1.0.0',
'opencensus-ext-dbapi >= 0.1.dev0, < 1.0.0',
'opencensus-ext-dbapi >= 0.1.0, < 1.0.0',
],
extras_require={},
license='Apache-2.0',
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-mysql/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1.dev0'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-ocagent/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1.dev0'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-postgresql/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1.dev0'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-pymongo/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1.dev0'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-pymysql/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
install_requires=[
'PyMySQL >= 0.7.11, < 1.0.0',
'opencensus >= 0.3.0, < 1.0.0',
'opencensus-ext-dbapi >= 0.1.dev0, < 1.0.0',
'opencensus-ext-dbapi >= 0.1.0, < 1.0.0',
],
extras_require={},
license='Apache-2.0',
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-pymysql/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1.dev0'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-pyramid/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1.dev0'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-requests/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1.dev0'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-sqlalchemy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1.dev0'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-stackdriver/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1.dev0'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-threading/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1.dev0'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-zipkin/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1.dev0'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion opencensus/common/version/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.3.0'
__version__ = '0.3.1'

0 comments on commit bebc508

Please sign in to comment.