Skip to content

Commit

Permalink
Bump version to v0.13.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Feb 22, 2023
1 parent ce9f3bd commit 7693bd3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.13.4
current_version = 0.13.5
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = Fresnel
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "0.13.4"
PROJECT_NUMBER = "0.13.5"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = '0.13.4'
version = '0.13.5'
# The full version, including alpha/beta/rc tags.
release = '0.13.4'
release = '0.13.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion fresnel/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
version (str): fresnel package version, following semantic versioning.
"""

version = "0.13.4"
version = "0.13.5"

0 comments on commit 7693bd3

Please sign in to comment.