chore: bump dev version (#1235)
This commit is contained in:
parent
8cf8110987
commit
c3735829bc
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## Version 0.14b0
|
||||||
|
|
||||||
|
Released 2020-10-13
|
||||||
|
|
||||||
- Zipkin exporter now accepts a ``max_tag_value_length`` attribute to customize the
|
- Zipkin exporter now accepts a ``max_tag_value_length`` attribute to customize the
|
||||||
maximum allowed size a tag value can have. ([#1151](https://github.com/open-telemetry/opentelemetry-python/pull/1151))
|
maximum allowed size a tag value can have. ([#1151](https://github.com/open-telemetry/opentelemetry-python/pull/1151))
|
||||||
- Fixed OTLP events to Zipkin annotations translation. ([#1161](https://github.com/open-telemetry/opentelemetry-python/pull/1161))
|
- Fixed OTLP events to Zipkin annotations translation. ([#1161](https://github.com/open-telemetry/opentelemetry-python/pull/1161))
|
||||||
|
|
|
||||||
|
|
@ -40,8 +40,8 @@ package_dir=
|
||||||
packages=find_namespace:
|
packages=find_namespace:
|
||||||
install_requires =
|
install_requires =
|
||||||
requests ~= 2.7
|
requests ~= 2.7
|
||||||
opentelemetry-api == 0.14.dev0
|
opentelemetry-api == 0.15.dev0
|
||||||
opentelemetry-sdk == 0.14.dev0
|
opentelemetry-sdk == 0.15.dev0
|
||||||
|
|
||||||
[options.packages.find]
|
[options.packages.find]
|
||||||
where = src
|
where = src
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue