chore: bump dev version (#1235)

This commit is contained in:
Leighton Chen 2020-10-13 14:38:09 -04:00 committed by alrex
parent 8cf8110987
commit c3735829bc
3 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,10 @@
## Unreleased
## Version 0.14b0
Released 2020-10-13
- 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))
- Fixed OTLP events to Zipkin annotations translation. ([#1161](https://github.com/open-telemetry/opentelemetry-python/pull/1161))

View File

@ -40,8 +40,8 @@ package_dir=
packages=find_namespace:
install_requires =
requests ~= 2.7
opentelemetry-api == 0.14.dev0
opentelemetry-sdk == 0.14.dev0
opentelemetry-api == 0.15.dev0
opentelemetry-sdk == 0.15.dev0
[options.packages.find]
where = src

View File

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