Skip to content

Commit

Permalink
Fix version number and update missing data in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Jan 7, 2021
1 parent 28ed0c0 commit 4127d8e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
Changelog
=========

v1.2 (January, 7, 2021)
v1.3 (January, 7, 2021)
-----------------------

* Reduce the number of datappoints for isolines to 200 for faster performance.

v1.2 (December, 8, 2020)
------------------------

* Fix minimum volume value for iterators.

v1.1 (November, 10, 2020)
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(*names, **kwargs):

setup(
name='fluprodia',
version='1.2',
version='1.3',
license='MIT',
description='Creating Fluid Proprety Diagrams using CoolProp',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/fluprodia/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8
__version__ = '1.2'
__version__ = '1.3'

from .fluid_property_diagram import FluidPropertyDiagram # noqa: F401

0 comments on commit 4127d8e

Please sign in to comment.