Skip to content

Commit

Permalink
bump version, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenClontz committed Jul 27, 2022
1 parent bca7975 commit a22e439
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 23 deletions.
23 changes: 2 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,26 +71,7 @@ python -m build
python -m twine upload dist/*
```

### Updating docs

## Demo Bank
Just `python build_docs.py`.

To be able to use the dashboard in the demo bank without affecting the Git repo,
run

```
git update-index --skip-worktree demo-bank/dashboard.ipynb
```

Of course if you really need to update the dashboard:

```
git update-index --no-skip-worktree demo-bank/dashboard.ipynb
```

And to refresh the dashboard:

```
git update-index --no-skip-worktree demo-bank/dashboard.ipynb
git checkout demo-bank/dashboard.ipynb
git update-index --skip-worktree demo-bank/dashboard.ipynb
```
2 changes: 1 addition & 1 deletion dashboard/checkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.2.3a0'
VERSION = '0.2.3'
2 changes: 1 addition & 1 deletion viewer/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<em>
Randomized exericse bank powered by
<a target="_blank" href="https://checkit.clontz.org">CheckIt</a>
v0.2.3a0
v0.2.3
</em>
</small>
</p>
Expand Down

0 comments on commit a22e439

Please sign in to comment.