diff --git a/CITATION.cff b/CITATION.cff index 92b1531..85ac7ec 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,7 +10,7 @@ authors: repository-code: https://github.com/JuliaAstro/SolarPosition.jl url: https://juliaastro.github.io/SolarPosition.jl/ license: MIT -version: 0.4.1 +version: 0.4.2 date-released: 2026-01-17 abstract: >- SolarPosition.jl provides a simple, unified interface to a collection diff --git a/Project.toml b/Project.toml index 3944d2b..9b5787f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "SolarPosition" uuid = "5b9d1343-a731-5a90-8730-7bf8d89bf3eb" -version = "0.4.1" +version = "0.4.2" authors = ["Stefan de Lange"] [workspace] diff --git a/docs/make.jl b/docs/make.jl index 7fc11b1..0850fad 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -51,7 +51,6 @@ makedocs(; "literature.md", "contributing.md", ], - draft = true, ) deploydocs(;