Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed May 9, 2021
1 parent 60ea017 commit fdfede6
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.1
current_version = 0.6.2

[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,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)
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.1",
"version": "0.6.2",
"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.1
current_version = 0.6.2
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.1',
version='0.6.2',
zip_safe=False,
)

0 comments on commit fdfede6

Please sign in to comment.