Skip to content

Commit

Permalink
Bump version to 0.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed May 31, 2024
1 parent b8f0248 commit e85ae00
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.5
current_version = 0.13.6
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Release checklist
about: '[for maintainer use]'
title: 'Release 0.13.5'
title: 'Release 0.13.6'
labels: ''
assignees: 'joaander'

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.5"
PROJECT_NUMBER = "0.13.6"

# 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 @@ -71,9 +71,9 @@
# built documents.
#
# The short X.Y version.
version = '0.13.5'
version = '0.13.6'
# The full version, including alpha/beta/rc tags.
release = '0.13.5'
release = '0.13.6'

# 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.5"
version = "0.13.6"

0 comments on commit e85ae00

Please sign in to comment.