# HG changeset patch
# User Iannis <i.binietoglou@impworks.gr>
# Date 1519816114 -7200
# Node ID 3b50d6bc704074b9a65c07f645fd23bc981ab55c
# Parent  d69b24c9cd9859e750c2b3da53e61bdcaa5ddd16
Numpydoc in readthedocs requirements.

diff -r d69b24c9cd98 -r 3b50d6bc7040 atmospheric_lidar/__init__.py
--- a/atmospheric_lidar/__init__.py	Wed Feb 28 13:08:11 2018 +0200
+++ b/atmospheric_lidar/__init__.py	Wed Feb 28 13:08:34 2018 +0200
@@ -1,1 +1,1 @@
-__version__ = '0.3.0'
\ No newline at end of file
+__version__ = '0.3.2'
\ No newline at end of file
diff -r d69b24c9cd98 -r 3b50d6bc7040 changelog.rst
--- a/changelog.rst	Wed Feb 28 13:08:11 2018 +0200
+++ b/changelog.rst	Wed Feb 28 13:08:34 2018 +0200
@@ -4,6 +4,12 @@
 Unreleased
 ----------
 
+0.3.2 - 2018-02-28
+------------------
+Fixed
+~~~~~
+- Fixed installation of non-wheel package
+
 0.3.0 - 2018-02-28
 ------------------
 Fixed
diff -r d69b24c9cd98 -r 3b50d6bc7040 requirements-rtd.txt
--- a/requirements-rtd.txt	Wed Feb 28 13:08:11 2018 +0200
+++ b/requirements-rtd.txt	Wed Feb 28 13:08:34 2018 +0200
@@ -1,2 +1,3 @@
 mock
-sphinx
\ No newline at end of file
+sphinx
+numpydoc
\ No newline at end of file