Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed May 8, 2021
1 parent 9ae1886 commit 5b62d3e
Show file tree
Hide file tree
Showing 5 changed files with 10 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.0
current_version = 0.6.1

[bumpversion:file:setup.cfg]

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.1](https://github.com/oceanprotocol/contracts/compare/v0.6.0...v0.6.1)

- 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)

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

> 28 April 2021
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.0",
"version": "0.6.1",
"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.0
current_version = 0.6.1
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.0',
version='0.6.1',
zip_safe=False,
)

0 comments on commit 5b62d3e

Please sign in to comment.