Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido Imperiale committed Apr 29, 2019
1 parent d96a9d8 commit 7e70b54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ What's New

.. _whats-new.0.2.0:

v0.2.0 (unreleased)
v0.2.0 (2019-04-29)
-------------------

- Type annotations
- 'rng' parameter in copula functions is now case insensitive
- Work around regression in IT copula with dask >= 1.1
(`<https://github.com/dask/dask/issues/4739> dask#4739>`)
(`dask#4739 <https://github.com/dask/dask/issues/4739>`_)
- Smaller binary package; simplified setup
- Explicit CI tests for Windows, Python 3.5.0, and Python 3.7
- Mandatory flake8 and mypy in CI
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@


MAJOR = 0
MINOR = 1
MINOR = 2
MICRO = 0
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''
DISTNAME = 'pyscenarios'
Expand Down

0 comments on commit 7e70b54

Please sign in to comment.