Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Apr 24, 2022
1 parent 9862302 commit cf55129
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.2.0] - Unreleased
## [0.2.0] - 2022-04-24
- Changed to docker configuration to smaller base image `python:3.9-slim`
- Changed WEB3_URL env variable to WEB3_PROVIDER_URI
- Added restart allways to example docker-compose.yml
Expand Down
2 changes: 1 addition & 1 deletion iscc_observer_evm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0"
__version__ = "0.2.0"
from iscc_observer_evm.settings import *
from iscc_observer_evm.registry import *
from iscc_observer_evm.chain import *
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iscc-observer-evm"
version = "0.1.0"
version = "0.2.0"
description = "ISCC Decentralized Content Registry - Observer Service for EVM based Blockchains."
authors = ["Titusz <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_iscc_observer_evm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.1.0"
assert __version__ == "0.2.0"
9 changes: 0 additions & 9 deletions tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +0,0 @@
# -*- coding: utf-8 -*-


def main():
pass


if __name__ == "__main__":
main()

0 comments on commit cf55129

Please sign in to comment.