Skip to content

Commit

Permalink
prepare 3.2 release (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur authored Apr 7, 2024
1 parent 91dc0e6 commit 3364f35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy 3.1 docs
name: Deploy 3.2 docs
on:
push:
branches:
Expand All @@ -23,4 +23,4 @@ jobs:
git fetch origin gh-pages --depth=1
git config user.name ci-bot
git config user.email [email protected]
poetry run mike deploy -p 3.2 dev --update-aliases
poetry run mike deploy -p 3.2 latest --update-aliases
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Version 2.0, January 2004
http://www.apache.org/licenses/

Copyright 2020-2023 Eugen Ciur <[email protected]>
Copyright 2020-2024 Eugen Ciur <[email protected]>

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ theme:
repo_url: https://github.com/ciur/papermerge
extra:
project: Papermerge # custom variable for macros plugin
docker_image_version: 3.1 # latest docker image version e.g. 3.0, 3.0.1, 3.1.9, 3.0a1
docker_image_version: 3.2 # latest docker image version e.g. 3.0, 3.0.1, 3.1.9, 3.0a1
version:
provider: mike
social:
Expand Down

0 comments on commit 3364f35

Please sign in to comment.