Skip to content

Commit

Permalink
prepare to v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsulej committed Oct 15, 2019
1 parent 95dc896 commit dfea614
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Release history
===============

`v0.5.2`_ - 2019-10-15
----------------------

Fixed
~~~~~

- dependency on vcruntime140_1.dll in Windows binaries, introduced in v0.5.1 with the VS tools upgrade

`v0.5.1`_ - 2019-09-27
----------------------

Expand Down Expand Up @@ -238,6 +246,7 @@ v0.1.2.5 - 2019-04-16

Two weeks and some steps from the initial release. Starting changelog relative to this point.

.. _`v0.5.2`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.5.2
.. _`v0.5.1`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.5.1
.. _`v0.5.0`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.5.0
.. _`v0.4.8`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.4.8
Expand Down
4 changes: 2 additions & 2 deletions plotoptix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

__author__ = "Robert Sulej, R&D Team <dev@rnd.team>"
__status__ = "beta"
__version__ = "0.5.1"
__date__ = "27 Sep 2019"
__version__ = "0.5.2"
__date__ = "15 Oct 2019"

import logging

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def get_tag(self):


setup(name='plotoptix',
version='0.5.1',
version='0.5.2',
url='https://rnd.team/project/plotoptix',
project_urls={
'Documentation': 'https://plotoptix.rnd.team',
Expand Down

0 comments on commit dfea614

Please sign in to comment.