Skip to content

Commit

Permalink
[dist] Prepare 1.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Breakthrough committed May 19, 2024
1 parent d78cac2 commit 6a2ed58
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## DVR-Scan 1.6

### 1.6.1 (TBD)
### 1.6.1 (May 18, 2024)

#### Release Notes

Expand Down
16 changes: 6 additions & 10 deletions docs/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ hide:

## Python <span class="dvr-scan-download-icons">:fontawesome-brands-windows::fontawesome-brands-apple::fontawesome-brands-linux:</span>

!!! python-download "**1.6**<span class="dvr-scan-release-date">October 15, 2023</span>"
!!! python-download "**1.6.1**<span class="dvr-scan-release-date">May 18, 2024</span>"

<h3>Regular Install:</h3>

pip install dvr-scan[opencv]==1.6
pip install dvr-scan[opencv]==1.6.1

<h3>Headless (Servers):</h3>

pip install dvr-scan[opencv-headless]==1.6
pip install dvr-scan[opencv-headless]==1.6.1

DVR-Scan is [available on PyPI](https://pypi.org/project/dvr-scan/) can be installed using `pip install dvr-scan[opencv]`. DVR-Scan works on Windows, Linux, and OSX, and requires Python 3.8 or higher.

Expand All @@ -29,9 +29,9 @@ If want to use an existing OpenCV installation or require a non-PyPI version, yo

## Windows Distribution<span class="dvr-scan-download-icons">:fontawesome-brands-windows:</span>

!!! windows-download "**1.6**<span class="dvr-scan-release-date">October 15, 2023</span>"
!!! windows-download "**1.6.1**<span class="dvr-scan-release-date">May 18, 2024</span>"

<div class="buttongrid buttongrid-download">[:fontawesome-solid-download: &nbsp; Installer `.msi`](https://github.com/Breakthrough/DVR-Scan/releases/download/v1.6-release/dvr-scan-1.6-win64.msi){ .md-button #download-button }[:fontawesome-solid-file-zipper: &nbsp; Portable `.zip`](https://github.com/Breakthrough/DVR-Scan/releases/download/v1.6-release/dvr-scan-1.6-win64.zip){ .md-button #changelog-button }</div>
<div class="buttongrid buttongrid-download">[:fontawesome-solid-download: &nbsp; Installer `.msi`](https://github.com/Breakthrough/DVR-Scan/releases/download/v1.6-release/dvr-scan-1.6.1-win64.msi){ .md-button #download-button }[:fontawesome-solid-file-zipper: &nbsp; Portable `.zip`](https://github.com/Breakthrough/DVR-Scan/releases/download/v1.6.1-release/dvr-scan-1.6.1-win64.zip){ .md-button #changelog-button }</div>


The installer is recommended for most users. Windows builds include all required dependencies to run DVR-Scan. Only 64-bit builds are available.
Expand Down Expand Up @@ -62,11 +62,7 @@ python -m pip install -r requirements.txt
python -m build
```

Once `python -m build` succeeds, there will be a Python distribution in the `dist/` folder which can be installed using `pip`:

```
python -m pip install dist/dvr-scan-1.5.1.tar.gz
```
Once `python -m build` succeeds, there will be a Python distribution in the `dist/` folder which can be installed using `pip install`.

<!--
-------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hide:

------------------------------------------------------

!!! success "Latest Version: 1.6 (October 15, 2023)"
!!! success "Latest Version: 1.6.1 (May 18, 2024)"

<div class="buttongrid">[:fontawesome-solid-download: &nbsp; Download](download.md){ .md-button #download-button }[:fontawesome-solid-book: User Guide](guide.md){ .md-button #changelog-button }[:fontawesome-solid-bars: &nbsp; Documentation](docs.md){ .md-button #documentation-button }[:fontawesome-solid-gear: &nbsp; Resources](changelog.md){ .md-button #quickstart-button }</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The following is a list of alternative software that shares some of the function
DVR-Scan License (BSD 2-Clause)
< https://github.com/Breakthrough/DVR-Scan >

Copyright (C) 2016-2023, Brandon Castellano.
Copyright (C) 2016-2024, Brandon Castellano.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion dvr_scan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
from dvr_scan.platform import init_logger

# Used for module/distribution identification.
__version__ = '1.6.1-dev0'
__version__ = '1.6.1'


def get_license_info() -> str:
Expand Down

0 comments on commit 6a2ed58

Please sign in to comment.