Skip to content

Commit

Permalink
update to 1.0.2 on website and banner
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster committed Feb 25, 2024
1 parent 0fed43f commit c7206b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def format_web_refs(self, e):
#
html_theme_options = { # these are both piccolo theme-specific
"source_url": 'https://github.com/alexlancaster/pypop/',
"banner_text": 'PyPop 1.0.1 is released! Install via PyPI: <b><code>pip install pypop-genomics</code></b>.<br/>See <a href="https://github.com/alexlancaster/pypop#readme">README</a> for more detailed installation instructions.<br/>'
"banner_text": 'PyPop 1.0.2 is released! Install via PyPI: <b><code>pip install pypop-genomics</code></b>.<br/>See <a href="https://github.com/alexlancaster/pypop#readme">README</a> for more detailed installation instructions.<br/>'
}

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down
2 changes: 1 addition & 1 deletion website/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ large-scale population genetic analyses including:
<https://pypi.org/project/pypop-genomics/>`__.

- Cleanups as a result of code scanning.
- Update `numpy` to 1.26.4
- Update ``numpy`` to 1.26.4

* 2024-02-11: `PyPop 1.0.1
<https://github.com/alexlancaster/pypop/releases/tag/v1.0.1>`__
Expand Down

0 comments on commit c7206b1

Please sign in to comment.