Skip to content

Commit

Permalink
Set version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Jun 18, 2021
1 parent fbb780e commit f00da0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ jobs:
cd docs
julia --project -e 'using BooksDocs; BooksDocs.build()'
env:
# Fixes 'GKS: can't connect to GKS socket application' errors
# and quality of output plots in GR back end.
GKSwstype: nul
GKS_ENCODING: "utf8"
GKSwstype: "100"

- name: Deploy to secondary branch
# Always updates documentation when ubuntu passes, which is fine.
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Books"
uuid = "939d5c6b-51ae-42e7-97ca-7564d0d4ad91"
authors = ["Rik Huijzer <[email protected]>"]
version = "0.5.1"
version = "0.5.2"

[deps]
CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
Expand Down
4 changes: 2 additions & 2 deletions docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
]
output_filename = "books"

# Prefix for GitHub Pages links.
online_url_prefix = "/Books.jl"
# Example prefix for GitHub Pages.
# online_url_prefix = "/Books.jl"

# Extra directories to be copied.
extra_directories = [
Expand Down

2 comments on commit f00da0e

@rikhuijzer
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/39119

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.2 -m "<description of version>" f00da0e27626be17e6490bb9d183fb0487c07c33
git push origin v0.5.2

Please sign in to comment.