Skip to content

Commit 91463fe

Browse files
committed
prepare for the release
1 parent 22e7343 commit 91463fe

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.rst

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

4-
v0.16.0 - unreleased
5-
--------------------
4+
`v0.16.0` - 2023-05-17
5+
----------------------
66

77
Added
88
~~~~~
@@ -582,6 +582,7 @@ Added
582582
- this changelog, markdown description content type tag for PyPI
583583
- use [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
584584

585+
.. _`v0.16.0`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.16.0
585586
.. _`v0.15.1`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.15.1
586587
.. _`v0.15.0`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.15.0
587588
.. _`v0.14.4`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.14.4

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.16.0"
16-
__date__ = "1 May 2023"
16+
__date__ = "17 May 2023"
1717

1818
import logging
1919

0 commit comments

Comments
 (0)