File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11Release 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
Original file line number Diff line number Diff line change 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
1818import logging
1919
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ def get_tag(self):
148148
149149
150150setup (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' ,
You can’t perform that action at this time.
0 commit comments