Skip to content

Commit 29bd4e8

Browse files
committed
Update docs references and release v2.0
1 parent 5cbde1c commit 29bd4e8

7 files changed

Lines changed: 16 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pre-commit run --all-files
8686
## Runbook
8787
[![made-with-sphinx-doc](https://img.shields.io/badge/Code%20Docs-Sphinx-1f425f.svg)][sphinx]
8888

89-
[https://thevickypedia.github.io/pystream/][runbook]
89+
[https://thevickypedia.github.io/PyStream/][runbook]
9090

9191
## License & copyright
9292

@@ -108,5 +108,5 @@ Licensed under the [MIT License][license]
108108
[pep8]: https://www.python.org/dev/peps/pep-0008/
109109
[isort]: https://pycqa.github.io/isort/
110110
[sphinx]: https://www.sphinx-doc.org/en/master/man/sphinx-autogen.html
111-
[runbook]: https://thevickypedia.github.io/pystream/
111+
[runbook]: https://thevickypedia.github.io/PyStream/
112112
[wiki]: https://github.com/thevickypedia/pystream/wiki

docs/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h2>Pypi Package<a class="headerlink" href="#pypi-package" title="Permalink to t
136136
<section id="runbook">
137137
<h2>Runbook<a class="headerlink" href="#runbook" title="Permalink to this heading"></a></h2>
138138
<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>
139-
<p><a class="reference external" href="https://thevickypedia.github.io/pystream/">https://thevickypedia.github.io/pystream/</a></p>
139+
<p><a class="reference external" href="https://thevickypedia.github.io/PyStream/">https://thevickypedia.github.io/PyStream/</a></p>
140140
</section>
141141
<section id="license-copyright">
142142
<h2>License &amp; copyright<a class="headerlink" href="#license-copyright" title="Permalink to this heading"></a></h2>

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pre-commit run --all-files
8686
## Runbook
8787
[![made-with-sphinx-doc](https://img.shields.io/badge/Code%20Docs-Sphinx-1f425f.svg)][sphinx]
8888

89-
[https://thevickypedia.github.io/pystream/][runbook]
89+
[https://thevickypedia.github.io/PyStream/][runbook]
9090

9191
## License & copyright
9292

@@ -108,5 +108,5 @@ Licensed under the [MIT License][license]
108108
[pep8]: https://www.python.org/dev/peps/pep-0008/
109109
[isort]: https://pycqa.github.io/isort/
110110
[sphinx]: https://www.sphinx-doc.org/en/master/man/sphinx-autogen.html
111-
[runbook]: https://thevickypedia.github.io/pystream/
111+
[runbook]: https://thevickypedia.github.io/PyStream/
112112
[wiki]: https://github.com/thevickypedia/pystream/wiki

docs/_sources/README.md.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pre-commit run --all-files
8686
## Runbook
8787
[![made-with-sphinx-doc](https://img.shields.io/badge/Code%20Docs-Sphinx-1f425f.svg)][sphinx]
8888

89-
[https://thevickypedia.github.io/pystream/][runbook]
89+
[https://thevickypedia.github.io/PyStream/][runbook]
9090

9191
## License & copyright
9292

@@ -108,5 +108,5 @@ Licensed under the [MIT License][license]
108108
[pep8]: https://www.python.org/dev/peps/pep-0008/
109109
[isort]: https://pycqa.github.io/isort/
110110
[sphinx]: https://www.sphinx-doc.org/en/master/man/sphinx-autogen.html
111-
[runbook]: https://thevickypedia.github.io/pystream/
111+
[runbook]: https://thevickypedia.github.io/PyStream/
112112
[wiki]: https://github.com/thevickypedia/pystream/wiki

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dev = ["sphinx==5.1.1", "pre-commit", "recommonmark", "gitverse"]
3838

3939
[project.urls]
4040
Homepage = "https://github.com/thevickypedia/pystream"
41-
Docs = "https://thevickypedia.github.io/pystream/"
41+
Docs = "https://thevickypedia.github.io/PyStream/"
4242
Source = "https://github.com/thevickypedia/pystream"
4343
"Bug Tracker" = "https://github.com/thevickypedia/pystream/issues"
4444
"Release Notes" = "https://github.com/thevickypedia/pystream/blob/main/release_notes.rst"

pystream/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .main import start # noqa: F401
33
from .models import config, images, secure # noqa: F401
44

5-
version = "1.1"
5+
version = "2.0"

release_notes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release Notes
22
=============
33

4+
v2.0 (02/13/2024)
5+
-----------------
6+
- Redefines authentication allowing multi-user signon
7+
- Validates each user's session-token using symmetric encryption
8+
- Uses signature-authentication for username and password validation
9+
- Includes other minor bug fixes and performance improvements
10+
411
v1.1 (01/28/2024)
512
-----------------
613
- Fix missing navigation buttons due to unsupported files in directory

0 commit comments

Comments
 (0)