Skip to content

Commit a22e439

Browse files
committed
bump version, update readme
1 parent bca7975 commit a22e439

File tree

3 files changed

+4
-23
lines changed

3 files changed

+4
-23
lines changed

README.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -71,26 +71,7 @@ python -m build
7171
python -m twine upload dist/*
7272
```
7373

74+
### Updating docs
7475

75-
## Demo Bank
76+
Just `python build_docs.py`.
7677

77-
To be able to use the dashboard in the demo bank without affecting the Git repo,
78-
run
79-
80-
```
81-
git update-index --skip-worktree demo-bank/dashboard.ipynb
82-
```
83-
84-
Of course if you really need to update the dashboard:
85-
86-
```
87-
git update-index --no-skip-worktree demo-bank/dashboard.ipynb
88-
```
89-
90-
And to refresh the dashboard:
91-
92-
```
93-
git update-index --no-skip-worktree demo-bank/dashboard.ipynb
94-
git checkout demo-bank/dashboard.ipynb
95-
git update-index --skip-worktree demo-bank/dashboard.ipynb
96-
```

dashboard/checkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.2.3a0'
1+
VERSION = '0.2.3'

viewer/src/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<em>
4343
Randomized exericse bank powered by
4444
<a target="_blank" href="https://checkit.clontz.org">CheckIt</a>
45-
v0.2.3a0
45+
v0.2.3
4646
</em>
4747
</small>
4848
</p>

0 commit comments

Comments
 (0)