Skip to content

Commit e3b13df

Browse files
committed
prepare for release
1 parent f00a0f0 commit e3b13df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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.3` - unreleased
4+
`v0.18.3` - 2025-01-03
55
----------------------
66

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

665+
.. _`v0.18.2`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.18.3
665666
.. _`v0.18.2`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.18.2
666667
.. _`v0.18.1`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.18.1
667668
.. _`v0.17.1`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.17.1

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 <[email protected]>"
1414
__status__ = "beta"
1515
__version__ = "0.18.3"
16-
__date__ = "20 Dec 2024"
16+
__date__ = "3 Jan 2025"
1717

1818
import logging
1919

0 commit comments

Comments
 (0)