Skip to content

Commit 5c74ef4

Browse files
committed
prepare release
1 parent cf13c61 commit 5c74ef4

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.14.4 - unreleased
4+
`v0.14.4` - 2022-10-27
55
----------------------
66

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

539+
.. _`v0.14.4`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.14.4
539540
.. _`v0.14.3`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.14.3
540541
.. _`v0.14.2`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.14.2
541542
.. _`v0.14.1`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.14.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 <dev@rnd.team>"
1414
__status__ = "beta"
1515
__version__ = "0.14.4"
16-
__date__ = "22 October 2022"
16+
__date__ = "27 October 2022"
1717

1818
import logging
1919

0 commit comments

Comments
 (0)