Skip to content

Commit

Permalink
v0.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
0x3bfc committed Apr 5, 2021
1 parent f250a3b commit f5a115f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 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.11
current_version = 0.5.12

[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,10 +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.5.11](https://github.com/oceanprotocol/contracts/compare/v0.5.11...v0.5.11)
#### [v0.5.12](https://github.com/oceanprotocol/contracts/compare/v0.5.11...v0.5.12)

> 5 April 2021
- minor fix for the release process [`#286`](https://github.com/oceanprotocol/contracts/pull/286)
- Release/v0.5.11 [`#285`](https://github.com/oceanprotocol/contracts/pull/285)
- Fix/import py lib [`#284`](https://github.com/oceanprotocol/contracts/pull/284)
- Fix/README.md doc [`#283`](https://github.com/oceanprotocol/contracts/pull/283)
- fix lint warnings [`#281`](https://github.com/oceanprotocol/contracts/pull/281)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.11",
"version": "0.5.12",
"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.11
current_version = 0.5.12
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 @@ -50,6 +50,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/oceanprotocol/ocean-contracts',
version='0.5.11',
version='0.5.12',
zip_safe=False,
)

0 comments on commit f5a115f

Please sign in to comment.