Skip to content

Commit 40f9837

Browse files
committed
prepare for the release
1 parent c89d889 commit 40f9837

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Release history
22
===============
33

4-
`v0.18.4` - unreleased
4+
`v0.18.4` - 2025-02-12
55
----------------------
66

77
Changed
@@ -672,6 +672,7 @@ Added
672672
- this changelog, markdown description content type tag for PyPI
673673
- use [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
674674

675+
.. _`v0.18.4`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.18.4
675676
.. _`v0.18.3`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.18.3
676677
.. _`v0.18.2`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.18.2
677678
.. _`v0.18.1`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.18.1

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ System Requirements
7979
-------------------
8080

8181
- a `CUDA-enabled GPU <https://developer.nvidia.com/cuda-gpus>`__ with compute capability >= 5.0;
82-
- NVIDIA driver >= r555;
82+
- NVIDIA driver >= r570;
8383
- **Python 3 64-bit**
8484
- Windows:
8585
- `FFmpeg <https://ffmpeg.org/download.html>`__ >= 7.0

plotoptix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__author__ = "Robert Sulej, R&D Team <dev@rnd.team>"
1414
__status__ = "beta"
1515
__version__ = "0.18.4"
16-
__date__ = "30 Jan 2025"
16+
__date__ = "12 Feb 2025"
1717

1818
import logging
1919

0 commit comments

Comments
 (0)