Skip to content

Commit

Permalink
Update docs references and release v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Feb 14, 2024
1 parent 5cbde1c commit 29bd4e8
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pre-commit run --all-files
## Runbook
[![made-with-sphinx-doc](https://img.shields.io/badge/Code%20Docs-Sphinx-1f425f.svg)][sphinx]

[https://thevickypedia.github.io/pystream/][runbook]
[https://thevickypedia.github.io/PyStream/][runbook]

## License & copyright

Expand All @@ -108,5 +108,5 @@ Licensed under the [MIT License][license]
[pep8]: https://www.python.org/dev/peps/pep-0008/
[isort]: https://pycqa.github.io/isort/
[sphinx]: https://www.sphinx-doc.org/en/master/man/sphinx-autogen.html
[runbook]: https://thevickypedia.github.io/pystream/
[runbook]: https://thevickypedia.github.io/PyStream/
[wiki]: https://github.com/thevickypedia/pystream/wiki
2 changes: 1 addition & 1 deletion docs/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h2>Pypi Package<a class="headerlink" href="#pypi-package" title="Permalink to t
<section id="runbook">
<h2>Runbook<a class="headerlink" href="#runbook" title="Permalink to this heading"></a></h2>
<p><a class="reference external" href="https://www.sphinx-doc.org/en/master/man/sphinx-autogen.html"><img alt="made-with-sphinx-doc" src="https://img.shields.io/badge/Code%20Docs-Sphinx-1f425f.svg" /></a></p>
<p><a class="reference external" href="https://thevickypedia.github.io/pystream/">https://thevickypedia.github.io/pystream/</a></p>
<p><a class="reference external" href="https://thevickypedia.github.io/PyStream/">https://thevickypedia.github.io/PyStream/</a></p>
</section>
<section id="license-copyright">
<h2>License &amp; copyright<a class="headerlink" href="#license-copyright" title="Permalink to this heading"></a></h2>
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pre-commit run --all-files
## Runbook
[![made-with-sphinx-doc](https://img.shields.io/badge/Code%20Docs-Sphinx-1f425f.svg)][sphinx]

[https://thevickypedia.github.io/pystream/][runbook]
[https://thevickypedia.github.io/PyStream/][runbook]

## License & copyright

Expand All @@ -108,5 +108,5 @@ Licensed under the [MIT License][license]
[pep8]: https://www.python.org/dev/peps/pep-0008/
[isort]: https://pycqa.github.io/isort/
[sphinx]: https://www.sphinx-doc.org/en/master/man/sphinx-autogen.html
[runbook]: https://thevickypedia.github.io/pystream/
[runbook]: https://thevickypedia.github.io/PyStream/
[wiki]: https://github.com/thevickypedia/pystream/wiki
4 changes: 2 additions & 2 deletions docs/_sources/README.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pre-commit run --all-files
## Runbook
[![made-with-sphinx-doc](https://img.shields.io/badge/Code%20Docs-Sphinx-1f425f.svg)][sphinx]

[https://thevickypedia.github.io/pystream/][runbook]
[https://thevickypedia.github.io/PyStream/][runbook]

## License & copyright

Expand All @@ -108,5 +108,5 @@ Licensed under the [MIT License][license]
[pep8]: https://www.python.org/dev/peps/pep-0008/
[isort]: https://pycqa.github.io/isort/
[sphinx]: https://www.sphinx-doc.org/en/master/man/sphinx-autogen.html
[runbook]: https://thevickypedia.github.io/pystream/
[runbook]: https://thevickypedia.github.io/PyStream/
[wiki]: https://github.com/thevickypedia/pystream/wiki
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dev = ["sphinx==5.1.1", "pre-commit", "recommonmark", "gitverse"]

[project.urls]
Homepage = "https://github.com/thevickypedia/pystream"
Docs = "https://thevickypedia.github.io/pystream/"
Docs = "https://thevickypedia.github.io/PyStream/"
Source = "https://github.com/thevickypedia/pystream"
"Bug Tracker" = "https://github.com/thevickypedia/pystream/issues"
"Release Notes" = "https://github.com/thevickypedia/pystream/blob/main/release_notes.rst"
2 changes: 1 addition & 1 deletion pystream/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .main import start # noqa: F401
from .models import config, images, secure # noqa: F401

version = "1.1"
version = "2.0"
7 changes: 7 additions & 0 deletions release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release Notes
=============

v2.0 (02/13/2024)
-----------------
- Redefines authentication allowing multi-user signon
- Validates each user's session-token using symmetric encryption
- Uses signature-authentication for username and password validation
- Includes other minor bug fixes and performance improvements

v1.1 (01/28/2024)
-----------------
- Fix missing navigation buttons due to unsupported files in directory
Expand Down

0 comments on commit 29bd4e8

Please sign in to comment.