Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dkirkby committed Jul 19, 2022
1 parent ec4bdc9 commit 49f2898
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ distribute-*.tar.gz

# Mac OSX
.DS_Store

# VS Code
.vscode
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.16 (unreleased)
0.16 (2022-07-19)
-----------------

- Add new SDSS filters which include atmospheric extinction (airmass=1.3).
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ edit_on_github = True
github_project = desihub/speclite
install_requires = astropy scipy pyyaml pytest_astropy_header
# version should be PEP440 compatible, e.g. 0.8 or 0.8dev (http://www.python.org/dev/peps/pep-0440)
version = 0.16dev
version = 0.16

[entry_points]
speclite_benchmark = speclite.benchmark:main

0 comments on commit 49f2898

Please sign in to comment.