Skip to content

Commit

Permalink
3.5.1 patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
ksbeattie committed Jun 3, 2020
1 parent 04cf875 commit 35552a7
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 @@ -74,9 +74,9 @@
# built documents.
#
# The short X.Y version.
version = u'3.5.0'
version = u'3.5.1'
# The full version, including alpha/beta/rc tags.
release = u'3.5.0'
release = u'3.5.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# default_version is the version if "git describe --tags" falls through
# Addtional package info is set in foqus_lib/version/version.template.
# The version module, just makes it a bit easier for FOQUS to pull package info
default_version = "3.5.0"
default_version = "3.5.1"

try:
version=subprocess.check_output(
Expand Down

0 comments on commit 35552a7

Please sign in to comment.