-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5061f44
commit 32b6af1
Showing
2 changed files
with
14 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,18 @@ | ||
{% extends "base.html" %} | ||
|
||
{% block announce %} | ||
{% extends "base.html" %} {% block announce %} | ||
<span class="show-on-small right-margin"> | ||
<span class="twemoji right-margin show-on-small move-down"> | ||
{% include ".icons/fontawesome/solid/angles-down.svg" %} | ||
</span> | ||
Navigate the site here! | ||
</span> | ||
<span class="right-margin"> | ||
v0.1.5 is released! | ||
<span class="twemoji right-margin show-on-small move-down"> | ||
{% include ".icons/fontawesome/solid/angles-down.svg" %} | ||
</span> | ||
Navigate the site here! | ||
</span> | ||
<span class="right-margin"> v0.2.0b1 is released! </span> | ||
<span> | ||
<span class="twemoji"> | ||
{% include ".icons/material/head-question.svg" %} | ||
</span> | ||
Questions? | ||
<a href="https://github.com/lnccbrown/HSSM/discussions"> | ||
Open a discussion here! | ||
</a> | ||
<span class="twemoji"> | ||
{% include ".icons/material/head-question.svg" %} | ||
</span> | ||
Questions? | ||
<a href="https://github.com/lnccbrown/HSSM/discussions"> | ||
Open a discussion here! | ||
</a> | ||
</span> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "HSSM" | ||
version = "0.2.0" | ||
version = "0.2.0b1" | ||
description = "Bayesian inference for hierarchical sequential sampling models." | ||
authors = [ | ||
"Alexander Fengler <[email protected]>", | ||
|