Skip to content

Commit

Permalink
Release 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Aug 24, 2023
1 parent f3369af commit 4ca394b
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 30 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Next version
## 0.6.8 - August 24, 2023

### ✨ Improved

Expand Down
74 changes: 47 additions & 27 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.6.8a0"
version = "0.6.8"
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 @@ -43,7 +43,7 @@ isort = ">=4.3.21"
ipdb = ">=0.12.3"
rstcheck = ">=3.3.1"
black = ">=21.7b0"
ruff = "^0.0.282"
ruff = ">=0.0.282"

[tool.poetry.group.test]
optional = true
Expand Down

0 comments on commit 4ca394b

Please sign in to comment.