Skip to content

Commit

Permalink
v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
0x3bfc committed Aug 18, 2020
1 parent ce74a1d commit 9f772f0
Show file tree
Hide file tree
Showing 6 changed files with 18 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.3.4
current_version = 0.3.5

[bumpversion:file:setup.cfg]

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

> 18 August 2020
- remove resources file [`#156`](https://github.com/oceanprotocol/ocean-contracts/pull/156)
- Decentralized MetaData Storage [`#138`](https://github.com/oceanprotocol/ocean-contracts/pull/138)
- balance pool setup [`#154`](https://github.com/oceanprotocol/ocean-contracts/pull/154)
- Fix/release-process-documentation [`#151`](https://github.com/oceanprotocol/ocean-contracts/pull/151)
- Release/v0.3.4 [`#149`](https://github.com/oceanprotocol/ocean-contracts/pull/149)
- prepare release [`ce74a1d`](https://github.com/oceanprotocol/ocean-contracts/commit/ce74a1d42a363aaf9a913c6f8dd987c5bf5f83d6)
- first cut [`8f3d46e`](https://github.com/oceanprotocol/ocean-contracts/commit/8f3d46e08df6f5e1c04567ee32a32eed35571f29)
- fixing tests [`06db9dc`](https://github.com/oceanprotocol/ocean-contracts/commit/06db9dcd2acc5d051c750bd764b2b3c92ee9661b)

#### [v0.3.4](https://github.com/oceanprotocol/ocean-contracts/compare/v0.3.3...v0.3.4)

> 12 August 2020
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.3.4",
"version": "0.3.5",
"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.3.4
current_version = 0.3.5
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.3.4',
version='0.3.5',
zip_safe=False,
)

0 comments on commit 9f772f0

Please sign in to comment.