From fdfede60c925d864f9504ed9d6c62911d3b6a478 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Sun, 9 May 2021 01:20:22 -0700 Subject: [PATCH] v0.6.2 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 6 ++++++ package.json | 2 +- setup.cfg | 2 +- setup.py | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b9e43097b..f2d9c40c2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.1 +current_version = 0.6.2 [bumpversion:file:setup.cfg] diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c9f3f2e1..70111a1c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.6.2](https://github.com/oceanprotocol/contracts/compare/v0.6.1...v0.6.2) + +- add dispenser deployments [`#310`](https://github.com/oceanprotocol/contracts/pull/310) + #### [v0.6.1](https://github.com/oceanprotocol/contracts/compare/v0.6.0...v0.6.1) +> 8 May 2021 + - revert to using artifacts folder [`#308`](https://github.com/oceanprotocol/contracts/pull/308) - v0.6.0 [`#306`](https://github.com/oceanprotocol/contracts/pull/306) - prepare for a new release [`9ae1886`](https://github.com/oceanprotocol/contracts/commit/9ae1886f226073fc93a5c26f54734d59922f47ea) diff --git a/package.json b/package.json index 137377d29..df98dcea2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/contracts", - "version": "0.6.1", + "version": "0.6.2", "description": "Ocean Protocol L1 - DataTokens", "bugs": { "url": "https://github.com/oceanprotocol/contracts/issues" diff --git a/setup.cfg b/setup.cfg index 844540255..c0bf8a585 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.1 +current_version = 0.6.2 commit = True tag = True diff --git a/setup.py b/setup.py index c58b49a93..07badc6ae 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/oceanprotocol/ocean-contracts', - version='0.6.1', + version='0.6.2', zip_safe=False, ) \ No newline at end of file