Skip to content

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hunt-Mateo committed May 17, 2021
1 parent 3fbcfb0 commit ccaf6a9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.2
current_version = 0.6.3

[bumpversion:file:setup.cfg]

Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,20 @@ 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.3](https://github.com/oceanprotocol/contracts/compare/v0.6.2...v0.6.3)

- Remove remnants of ocean_abis, replace with artifacts [`#312`](https://github.com/oceanprotocol/contracts/pull/312)
- Release/v0.6.2 [`#311`](https://github.com/oceanprotocol/contracts/pull/311)
- prepare for a new release [`f1f83bf`](https://github.com/oceanprotocol/contracts/commit/f1f83bf1c9e7e73ad6f760c937ca771b93d04a4a)
- Remove rinkeby deploy step from RELEASE_PROCESS, trim trailing whitespace [`3fbcfb0`](https://github.com/oceanprotocol/contracts/commit/3fbcfb0a5ae44acc972190075286602f810ee325)

#### [v0.6.2](https://github.com/oceanprotocol/contracts/compare/v0.6.1...v0.6.2)

> 9 May 2021
- add dispenser deployments [`#310`](https://github.com/oceanprotocol/contracts/pull/310)
- Release/v0.6.1 [`#309`](https://github.com/oceanprotocol/contracts/pull/309)
- prepare for a new release [`60ea017`](https://github.com/oceanprotocol/contracts/commit/60ea0171b2aef34a0f8d25d2a0fbfdee3ca5e0ec)

#### [v0.6.1](https://github.com/oceanprotocol/contracts/compare/v0.6.0...v0.6.1)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/contracts",
"version": "0.6.2",
"version": "0.6.3",
"description": "Ocean Protocol L1 - DataTokens",
"bugs": {
"url": "https://github.com/oceanprotocol/contracts/issues"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.2
current_version = 0.6.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/oceanprotocol/ocean-contracts',
version='0.6.2',
version='0.6.3',
zip_safe=False,
)

0 comments on commit ccaf6a9

Please sign in to comment.