Skip to content

Commit

Permalink
Merge pull request #267 from teutoburg/dev_master
Browse files Browse the repository at this point in the history
Preparing for 0.6.1
  • Loading branch information
hugobuddel committed Sep 6, 2023
2 parents 9305f14 + 787008f commit e5c1e3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ScopeSim"
version = "0.6.1-alpha"
version = "0.6.1"
description = "Generalised telescope observation simulator"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
10 changes: 9 additions & 1 deletion scopesim/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
from importlib import metadata
version = metadata.version(__package__)
date = '2023-07-10 10:00:00 GMT'
date = '2023-09-06 13:00:00 GMT'
yaml_descriptions = """
- version : 0.6.1
date : 2023-09-06
comment : Patch with visualisation improvements and general refactoring
changes :
- Improvements to console representation and plot methods of various classes: #252, #260, #263, #266
- Refactoring and changes to the inheritance of some classes: #261, #264, #265
- Changes to the CI configuration to reduce fails caused by web request timeouts #255, #262
- version : 0.6.0
date : 2023-07-10
comment : Summer 2023
Expand Down

0 comments on commit e5c1e3d

Please sign in to comment.