Skip to content

Commit

Permalink
Merge pull request #297 from AstarVienna/fh/towards071
Browse files Browse the repository at this point in the history
Preparing for 0.7.1
  • Loading branch information
teutoburg committed Nov 17, 2023
2 parents d19865e + aca6cf2 commit c6b73bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ScopeSim"
version = "0.7.1-alpha"
version = "0.7.1"
description = "Generalised telescope observation simulator"
readme = "README.md"
requires-python = ">=3.8"
Expand Down Expand Up @@ -36,7 +36,7 @@ dependencies = [
"requests-cache>1.0",

"synphot>=1.1.0",
"skycalc_ipy>=0.1.5",
"skycalc_ipy>=0.2.0",
"anisocado>=0.3.0",
]

Expand Down
14 changes: 9 additions & 5 deletions scopesim/version.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
from importlib import metadata
version = metadata.version(__package__)
date = '2023-10-18 12:00:00 GMT'
date = '2023-11-07 12:00:00 GMT'
yaml_descriptions = """
- version : 0.7.1-alpha
date : 202x-xx-xx
comment : None
- version : 0.7.1
date : 2023-11-07
comment : Bug fixes and better error report
changes :
- None
- Improve the output of `scopsim.bug_report()` and automatically log that report when an unhandled error occurs: #287
- Some bug fixes related to that same bug_report: #290, #291
- Improve ScopeSim's README file: #294
- Deal with warnings from the latest Python version 3.12: #289
- Internally restructure and clean the test suite, make sure individual tests are not influencing each other: #285
- version : 0.7.0
date : 2023-10-18
Expand Down

0 comments on commit c6b73bd

Please sign in to comment.