Numpydoc in readthedocs requirements.

Wed, 28 Feb 2018 13:08:34 +0200

author
Iannis <i.binietoglou@impworks.gr>
date
Wed, 28 Feb 2018 13:08:34 +0200
changeset 135
3b50d6bc7040
parent 134
d69b24c9cd98
child 136
c26f917c3dc1

Numpydoc in readthedocs requirements.

atmospheric_lidar/__init__.py file | annotate | diff | comparison | revisions
changelog.rst file | annotate | diff | comparison | revisions
requirements-rtd.txt file | annotate | diff | comparison | revisions
--- 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
--- 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
--- 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

mercurial