Skip to content

Commit 3fef364

Browse files
committed
tag v0.4.4 release
1 parent 86894dc commit 3fef364

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.4.4 (unreleased)
1+
0.4.4 (2019-02-20)
22
------------------
33
- Refactor all beam parameters into mix-in classes; added BaseOneDSpectrum
44
for common functionality between OneDSpectrum and VaryingResolutionOneDSpectrum.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME
4747

4848
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
49-
VERSION = '0.4.4.dev'
49+
VERSION = '0.4.4'
5050

5151
# Indicates if this version is a release version
5252
RELEASE = 'dev' not in VERSION

0 commit comments

Comments
 (0)