We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe67df commit 7a71c6dCopy full SHA for 7a71c6d
CHANGES
@@ -1,4 +1,4 @@
1
-0.3.8 (unreleased)
+0.3.8 (2018-04-27)
2
------------------
3
4
- New tool ``jplhorizons``: JPL Horizons service to obtain ephemerides,
setup.py
@@ -47,7 +47,7 @@
47
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME
48
49
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
50
-VERSION = '0.3.8.dev'
+VERSION = '0.3.8'
51
52
# Indicates if this version is a release version
53
RELEASE = 'dev' not in VERSION
0 commit comments