Skip to content

Commit 36b2d82

Browse files
authored
v1.0.3
version 1.0.3
2 parents 90d0116 + 7d3b52b commit 36b2d82

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.readthedocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: ubuntu-20.04
55
tools:
6-
python: "3.9"
6+
python: "3.11"
77

88
sphinx:
99
configuration: docs/source/conf.py
@@ -12,3 +12,4 @@ python:
1212
install:
1313
- method: pip
1414
path: .
15+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx-rtd-theme

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyobs-asi"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "pyobs model for ASI cameras"
55
authors = ["Tim-Oliver Husser <[email protected]>"]
66
license = "MIT"
@@ -24,4 +24,4 @@ build-backend = "poetry.core.masonry.api"
2424

2525
[tool.black]
2626
line-length = 120
27-
target-version = ['py39']
27+
target-version = ['py311']

0 commit comments

Comments
 (0)