Skip to content

Commit dee9942

Browse files
authored
Merge pull request #69 from JuliaAstro/draft
Fix draft option
2 parents 625b0c0 + 9160cf4 commit dee9942

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors:
1010
repository-code: https://github.com/JuliaAstro/SolarPosition.jl
1111
url: https://juliaastro.github.io/SolarPosition.jl/
1212
license: MIT
13-
version: 0.4.1
13+
version: 0.4.2
1414
date-released: 2026-01-17
1515
abstract: >-
1616
SolarPosition.jl provides a simple, unified interface to a collection

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "SolarPosition"
22
uuid = "5b9d1343-a731-5a90-8730-7bf8d89bf3eb"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["Stefan de Lange"]
55

66
[workspace]

docs/make.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ makedocs(;
5151
"literature.md",
5252
"contributing.md",
5353
],
54-
draft = true,
5554
)
5655

5756
deploydocs(;

0 commit comments

Comments
 (0)