Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0x3bfc committed Apr 28, 2021
1 parent 9e02737 commit 3d9baed
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 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.5.20
current_version = 0.6.0

[bumpversion:file:setup.cfg]

Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ 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.5.20](https://github.com/oceanprotocol/contracts/compare/v0.5.20...v0.5.20)
#### [v0.6.0](https://github.com/oceanprotocol/contracts/compare/v0.5.20...v0.6.0)

> 28 April 2021
- updating the documentation for ocean-contracts usage [`#305`](https://github.com/oceanprotocol/contracts/pull/305)
- Release/v0.5.20 [`#304`](https://github.com/oceanprotocol/contracts/pull/304)
- fix manifest for pypi package [`1480ff3`](https://github.com/oceanprotocol/contracts/commit/1480ff32a0106631b777137872b8d18a3237cc65)

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

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.5.20",
"version": "0.6.0",
"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.5.20
current_version = 0.6.0
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.5.20',
version='0.6.0',
zip_safe=False,
)

0 comments on commit 3d9baed

Please sign in to comment.