Skip to content

Commit

Permalink
Merge pull request #234 from glotzerlab/release-0.13.6
Browse files Browse the repository at this point in the history
Release 0.13.6
  • Loading branch information
joaander authored May 31, 2024
2 parents 3ba7f39 + 4abc855 commit 1b7f3d6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 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 All @@ -8,3 +8,5 @@ tag = False
[bumpversion:file:fresnel/version.py]

[bumpversion:file:Doxyfile]

[bumpversion:file:.github/ISSUE_TEMPLATE/release.md]
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
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ fresnel_ releases follow `semantic versioning`_.
0.x
----

0.13.6 (not yet released)
^^^^^^^^^^^^^^^^^^^^^^^^^
0.13.6 (2024-05-31)
^^^^^^^^^^^^^^^^^^^

*Added*

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 1b7f3d6

Please sign in to comment.