Skip to content

Commit

Permalink
Fix docs for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbull committed Apr 20, 2024
1 parent 562d8c1 commit 0e99c0b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
echo $OLD_STABLE
mike retitle stable $OLD_STABLE
# Deploy new version as stable
mike deploy --push --update-aliases --no-redirect \
mike deploy --push --update-aliases --alias-type=copy \
${{ steps.version.outputs.major_minor_version }} \
stable \
--title="${{ github.event.release.tag_name }} (stable)"
Expand Down
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# `zamba` changelog

## v2.4.0 (2024-04-19)
* Bug fixes for docs

## v2.4.0 (2024-04-19)

* Adds experimental image support ([PR #314](https://github.com/drivendataorg/zamba/pull/314))
Expand Down
2 changes: 0 additions & 2 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ plugins:
heading_level: 2
group_by_category: true
show_category_heading: true
watch:
- ../zamba

extra:
version:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "zamba"
version = "2.4.0"
version = "2.4.1"
authors = [
{name = "DrivenData", email = "info@drivendata.org"}
]
Expand Down

0 comments on commit 0e99c0b

Please sign in to comment.