Skip to content

Commit 7a91747

Browse files
authored
Updates (#88)
* new kb proof * profbit.info -> profbit.herokuapp.com * Package upgrades * python 3.6.7
1 parent a9ce8ff commit 7a91747

File tree

12 files changed

+2032
-1513
lines changed

12 files changed

+2032
-1513
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/profbit
55
docker:
6-
- image: python:3.6.4
6+
- image: python:3.6.7
77
steps:
88
- checkout
99
- run: curl -sL https://deb.nodesource.com/setup_8.x | bash -

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pypi"
77

88
[requires]
99

10-
python_full_version = "3.6.4"
10+
python_full_version = "3.6.7"
1111

1212

1313
[dev-packages]

Pipfile.lock

+290-296
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "Track your bitcoin, bitcoin cash, ethereum, and litecoin gains and losses in one place.",
44
"repository": "https://github.com/joshblum/profbit",
55
"keywords": ["coinbase", "bitcoin", "bitcoin cash", "ethereum", "litecoin", "flask"],
6-
"logo": "http://www.profbit.info/static/img/app-icon.png",
7-
"website": "https://www.profbit.info",
6+
"logo": "http://www.profbit.herokuapp.com/static/img/app-icon.png",
7+
"website": "https://www.profbit.herokuapp.com",
88
"success_url": "/",
99
"scripts": {
1010
"postdeploy": "FLASK_APP=profbit/app.py flask syncdb"

0 commit comments

Comments
 (0)