Skip to content

Commit

Permalink
Merge pull request #392 from NASA-AMMOS/rel/version-0-13-2
Browse files Browse the repository at this point in the history
release: version 0.13.2
  • Loading branch information
camargo authored Oct 19, 2022
2 parents d6280fd + 78eb0aa commit edf5b5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
# -- Global variables

# Build documentation for the following tags and branches
TAGS = ["v0.13.1"]
TAGS = ["v0.13.1", "0.13.2"]
BRANCHES = ["develop"]
# Set the latest version.
LATEST_VERSION = "v0.13.1"
LATEST_VERSION = "v0.13.2"
# Set which versions are not released yet.
UNSTABLE_VERSIONS = ["develop"]
# Set which versions are deprecated
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publishing.passwordEnvironmentVariable=GITHUB_TOKEN
# Override for releases

# Change the version number here
version.number=0.13.1
version.number=0.13.2
# If you are publishing a release *manually* (i.e. not through github actions),
# override this on the command line with `./gradlew publish -Pversion.isRelease=true`.
version.isRelease=false // override this on the command line

0 comments on commit edf5b5c

Please sign in to comment.