Skip to content

Commit 45455e5

Browse files
authored
v1.1.0
version 1.1.0
2 parents 231c11d + bb424e5 commit 45455e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyobs_fli/flifilterwheel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ async def get_fits_header_before(
129129
Returns:
130130
Dictionary containing FITS headers.
131131
"""
132-
pass
132+
return {"FILTER": (await self.get_filter(), "Current filter")}
133133

134134

135135
__all__ = ["FliFilterWheel"]

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyobs-fli"
3-
version = "1.1.0b2"
3+
version = "1.1.0"
44
description = "pyobs module for FLI cameras"
55
authors = ["Tim-Oliver Husser <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)