Skip to content

Commit

Permalink
Preparation for release
Browse files Browse the repository at this point in the history
* Incremented major version, version number is now 1.0.0
    * All previous versions will become unsupported once OMAS is deprecated
* The documentor will source dev documentation from the dev branch and release documentation from the master branch
  • Loading branch information
anchal-physics committed May 6, 2024
1 parent e620e58 commit 76eca3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/make_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- master
- dev
- docs
paths:
- '.github/workflows/make_docs.yml'
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 = "GGDUtils"
uuid = "b7b5e640-9b39-4803-84eb-376048795def"
authors = ["Anchal Gupta <[email protected]>"]
version = "0.2.1"
version = "1.0.0"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ deploydocs(;
repo="github.com/ProjectTorreyPines/GGDUtils.jl.git",
target="build",
branch="gh-pages",
devbranch="docs",
devbranch="dev",
versions=["stable" => "v^", "v#.#"],
)

0 comments on commit 76eca3a

Please sign in to comment.