Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
Update the minimum required version for `PyArchitecture`
  • Loading branch information
dormant-user committed Jan 5, 2025
1 parent e32b130 commit 784ab1d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ Licensed under the [MIT License][license]
[pypi]: https://pypi.org/project/PyUdisk
[pypi-files]: https://pypi.org/project/PyUdisk/#files
[pypi-repo]: https://packaging.python.org/tutorials/packaging-projects/
[release-notes]: https://github.com/thevickypedia/PyUdisk/blob/master/release_notes.rst
[release-notes]: https://github.com/thevickypedia/PyUdisk/blob/main/release_notes.rst
2 changes: 1 addition & 1 deletion pyudisk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from .main import generate_report, monitor, smart_metrics # noqa: F401

version = "2.0.0"
version = "2.0.1"


@click.command()
Expand Down
4 changes: 4 additions & 0 deletions release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release Notes
=============

v2.0.1 (01/05/2025)
-------------------
- Bump the minimum required version for `PyArchitecture`

v2.0.0 (01/05/2025)
-------------------
- Includes windows compatibility
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click==8.1.*
psutil==6.0.*
PyArchitecture>=0.2.0
PyArchitecture>=0.3.0
pydantic==2.*
pydantic-settings==2.*

0 comments on commit 784ab1d

Please sign in to comment.