chore: bump dev version (#1235)

This commit is contained in:
Leighton Chen 2020-10-13 14:38:09 -04:00 committed by GitHub
parent 184c34bc08
commit d73eb0464b
3 changed files with 8 additions and 4 deletions

View File

@ -2,6 +2,10 @@
## Unreleased ## Unreleased
## Version 0.14b0
Released 2020-10-13
- Span operation names now include the task type. ([#1135](https://github.com/open-telemetry/opentelemetry-python/pull/1135)) - Span operation names now include the task type. ([#1135](https://github.com/open-telemetry/opentelemetry-python/pull/1135))
- Added automatic context propagation. ([#1135](https://github.com/open-telemetry/opentelemetry-python/pull/1135)) - Added automatic context propagation. ([#1135](https://github.com/open-telemetry/opentelemetry-python/pull/1135))

View File

@ -39,15 +39,15 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.14.dev0 opentelemetry-api == 0.15.dev0
opentelemetry-instrumentation == 0.14.dev0 opentelemetry-instrumentation == 0.15.dev0
celery ~= 4.0 celery ~= 4.0
[options.extras_require] [options.extras_require]
test = test =
pytest pytest
celery ~= 4.0 celery ~= 4.0
opentelemetry-test == 0.14.dev0 opentelemetry-test == 0.15.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.14.dev0" __version__ = "0.15.dev0"