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 86894dc commit 3fef364Copy full SHA for 3fef364
CHANGES.rst
@@ -1,4 +1,4 @@
1
-0.4.4 (unreleased)
+0.4.4 (2019-02-20)
2
------------------
3
- Refactor all beam parameters into mix-in classes; added BaseOneDSpectrum
4
for common functionality between OneDSpectrum and VaryingResolutionOneDSpectrum.
setup.py
@@ -46,7 +46,7 @@
46
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME
47
48
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
49
-VERSION = '0.4.4.dev'
+VERSION = '0.4.4'
50
51
# Indicates if this version is a release version
52
RELEASE = 'dev' not in VERSION
0 commit comments