Skip to content

Commit

Permalink
Merge pull request #729 from BoostryJP/Release
Browse files Browse the repository at this point in the history
v0.12.0
  • Loading branch information
YoshihitoAso authored Jun 2, 2020
2 parents bf1973f + afc1dfc commit 7aaf79d
Show file tree
Hide file tree
Showing 91 changed files with 5,108 additions and 19,383 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
```
postgres=# CREATE DATABASE ethcache OWNER ethuser;
CREATE DATABASE
postgres=# CREATE DATABASE ethcache_test OWNER ethuser;
CREATE DATABASE
```

## 2. Python依存パッケージのインストール
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ibet Wallet API

<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.11-blue.svg?cacheSeconds=2592000" />
<img alt="Version" src="https://img.shields.io/badge/version-0.12-blue.svg?cacheSeconds=2592000" />
<a href="https:/doc.com" target="_blank">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
</a>
Expand Down
1 change: 0 additions & 1 deletion app/api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-

from .common import BaseResource
from .v1 import *
from .v2 import *
187 changes: 0 additions & 187 deletions app/api/common/push.py

This file was deleted.

69 changes: 0 additions & 69 deletions app/api/common/version.py

This file was deleted.

1 change: 0 additions & 1 deletion app/api/payment/__init__.py

This file was deleted.

Loading

0 comments on commit 7aaf79d

Please sign in to comment.