Skip to content

Commit

Permalink
Bump version to 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Jun 7, 2021
1 parent c050920 commit 38ef369
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.2
current_version = 0.13.3
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.2"
PROJECT_NUMBER = "0.13.3"

# 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.2'
version = '0.13.3'
# The full version, including alpha/beta/rc tags.
release = '0.13.2'
release = '0.13.3'

# 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.2"
version = "0.13.3"

0 comments on commit 38ef369

Please sign in to comment.