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 907d190 commit 8e37ea1Copy full SHA for 8e37ea1
docs/changes.rst
@@ -8,7 +8,7 @@ PyDL Changelog
8
*This version will only support Python 3 and Astropy 3.* This release is
9
planned for early 2019.
10
11
-0.7.0 (unreleased)
+0.7.0 (2019-02-22)
12
------------------
13
14
*This version is planned to be the last version with Python 2 support.*
setup.cfg
@@ -50,7 +50,7 @@ edit_on_github = False
50
github_project = weaverba137/pydl
51
install_requires = astropy, scipy, matplotlib
52
# version should be PEP440 compatible (http://www.python.org/dev/peps/pep-0440)
53
-version = 0.7.0.dev
+version = 0.7.0
54
55
[entry_points]
56
get_juldate = pydl.goddard.astro:get_juldate_main
0 commit comments