Skip to content

Commit 2d203dd

Browse files
committed
prepare for the release
1 parent 86b18c5 commit 2d203dd

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Release history
22
===============
33

4+
`v0.15.1` - 2023-03-16
5+
----------------------
6+
7+
Added
8+
~~~~~
9+
10+
- OpenCV-like intrinsic matrix in camera setup
11+
- configurable denoiser start frame
12+
13+
Changed
14+
~~~~~~~
15+
16+
- ovrlaping refractive volumes handling
17+
18+
419
`v0.15.0` - 2022-12-30
520
----------------------
621

@@ -553,6 +568,7 @@ Added
553568
- this changelog, markdown description content type tag for PyPI
554569
- use [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
555570

571+
.. _`v0.15.1`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.15.1
556572
.. _`v0.15.0`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.15.0
557573
.. _`v0.14.4`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.14.4
558574
.. _`v0.14.3`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.14.3

plotoptix/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
__author__ = "Robert Sulej, R&D Team <dev@rnd.team>"
1414
__status__ = "beta"
15-
__version__ = "0.15.0"
16-
__date__ = "30 December 2022"
15+
__version__ = "0.15.1"
16+
__date__ = "16 March 2023"
1717

1818
import logging
1919

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def get_tag(self):
148148

149149

150150
setup(name='plotoptix',
151-
version='0.15.0',
151+
version='0.15.1',
152152
url='https://rnd.team/plotoptix',
153153
project_urls={
154154
'Documentation': 'https://plotoptix.rnd.team',

0 commit comments

Comments
 (0)