We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd153b2 + fef6477 commit af05b92Copy full SHA for af05b92
HISTORY.rst
@@ -2,6 +2,12 @@
2
History
3
=======
4
5
+
6
+0.2.1 (2019-07-16)
7
+------------------
8
9
+* Added the noise curve for the Einstein Telescope (configuration D only).
10
11
0.1.0 (2016-03-15)
12
------------------
13
README.rst
@@ -16,7 +16,7 @@ gravpy
16
A sandbox for gravitational wave astronomy.
17
18
* Free software: ISC license
19
-* Documentation: https://gravpy.readthedocs.org.
+* Documentation: https://code.daniel-williams.co.uk/gravpy/
20
21
Features
22
--------
gravpy/__init__.py
@@ -2,4 +2,4 @@
__author__ = 'Daniel Williams'
__email__ = 'd.williams.2@research.gla.ac.uk'
-__version__ = '0.1.0'
+__version__ = '0.2.1'
0 commit comments