Skip to content

Commit c51867c

Browse files
committed
Bump package to 0.10.0 and update site versions
1 parent 3ac192c commit c51867c

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ message: 'If you wish to cite the "Great Docs" package use:'
33
type: software
44
license: MIT
55
title: "Great Docs: A comprehensive documentation site generator for Python packages."
6-
version: "0.9"
6+
version: "0.10.0"
77
abstract: Great Docs automatically creates beautiful, professional documentation
88
sites with auto-generated API references, smart navigation, and modern styling.
99
Features one-command setup, intelligent class/method/function categorization,

great-docs.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,17 @@ hero:
5151
# -----------------------
5252
# Publish multiple versions of the site from a single source tree.
5353
versions:
54-
- label: "0.10 (dev)"
54+
- label: "0.11.0 (dev)"
5555
tag: dev
56-
version: "0.10"
56+
version: "0.11.0"
5757
prerelease: true
58+
- label: "0.10"
59+
tag: "0.10"
60+
git_ref: v0.10.0
61+
latest: true
5862
- label: "0.9"
5963
tag: "0.9"
6064
git_ref: v0.9
61-
latest: true
6265
- label: "0.8"
6366
tag: "0.8"
6467
git_ref: v0.8

0 commit comments

Comments
 (0)