Skip to content

Commit 86a3da2

Browse files
committed
update basis templates and tag for 0.18.1
1 parent 3b7bddb commit 86a3da2

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

doc/changes.rst

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
desisim change log
33
==================
44

5+
0.18.2 (2016-03-05)
6+
-------------------
7+
8+
* No changes yet
9+
10+
0.18.1 (2016-03-05)
11+
-------------------
12+
13+
* update desisim.module to use DESI_BASIS_TEMPLATES v2.3
14+
515
0.18.0 (2016-03-04)
616
-------------------
717

etc/desisim.module

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ setenv [string toupper $product] $PRODUCT_DIR
7878
#
7979
# Add any non-standard Module code below this point.
8080
#
81-
setenv DESI_BASIS_TEMPLATES $env(DESI_ROOT)/spectro/templates/basis_templates/v2.0
81+
setenv DESI_BASIS_TEMPLATES $env(DESI_ROOT)/spectro/templates/basis_templates/v2.3

py/desisim/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.18.0.dev818'
1+
__version__ = '0.18.1'

0 commit comments

Comments
 (0)