Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jul 13, 2023
1 parent b1a7568 commit d8a08cc
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 68 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.5.1 - July 13, 2023

### ✨ Improved

* Bump `archon` to 0.10.0 with support for asynchronous readouts.


## 0.5.0 - July 9, 2023

### 🚀 New
Expand Down
133 changes: 67 additions & 66 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdss-lvmscp"
version = "0.5.1a0"
version = "0.5.1"
description = "LVM spectrograph control package."
authors = ["José Sánchez-Gallego <[email protected]>", "Changgon Kim <[email protected]>"]
maintainers = ["José Sánchez-Gallego <[email protected]>"]
Expand Down Expand Up @@ -32,7 +32,7 @@ ln2fill = "lvmscp.ln2:ln2fill"
[tool.poetry.dependencies]
python = ">=3.8,<3.12"
click-default-group = "^1.2.2"
sdss-archon = "^0.9.0"
sdss-archon = "^0.10.0"
httpx = ">=0.18.1"
Authlib = ">=1.0.0rc1"

Expand Down

0 comments on commit d8a08cc

Please sign in to comment.