Skip to content

Commit 6ed5825

Browse files
committed
prepare for release
1 parent 76bc7b4 commit 6ed5825

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.rst

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

4+
`v0.17.1` - 2023-10-06
5+
----------------------
6+
7+
Added
8+
~~~~~
9+
10+
- Noise-balanced work distribution: absolute and relative noise modes
11+
12+
413
`v0.17.0` - 2023-08-18
514
----------------------
615

@@ -608,6 +617,8 @@ Added
608617
- this changelog, markdown description content type tag for PyPI
609618
- use [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
610619

620+
.. _`v0.17.1`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.17.1
621+
.. _`v0.17.0`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.17.0
611622
.. _`v0.16.1`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.16.1
612623
.. _`v0.16.0`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.16.0
613624
.. _`v0.15.1`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.15.1

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.17.0"
16-
__date__ = "18 August 2023"
15+
__version__ = "0.17.1"
16+
__date__ = "6 October 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.17.0',
151+
version='0.17.1',
152152
url='https://rnd.team/plotoptix',
153153
project_urls={
154154
'Documentation': 'https://plotoptix.rnd.team',

0 commit comments

Comments
 (0)