From c498e55ebc05329d5271e1e81417442f7435103a Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Tue, 11 May 2021 09:39:39 -0400 Subject: [PATCH] Bump version to v0.13.2 --- .bumpversion.cfg | 2 +- Doxyfile | 2 +- INSTALLING.rst | 2 +- doc/conf.py | 4 ++-- fresnel/version.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b7080d5e..3a5db852 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.1 +current_version = 0.13.2 commit = False tag = False diff --git a/Doxyfile b/Doxyfile index 8cdd07eb..a2a05091 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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.1" +PROJECT_NUMBER = "0.13.2" # 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 diff --git a/INSTALLING.rst b/INSTALLING.rst index caf6d571..9ea9266a 100644 --- a/INSTALLING.rst +++ b/INSTALLING.rst @@ -43,7 +43,7 @@ Obtain the source Download source releases directly from the web: https://glotzerlab.engin.umich.edu/downloads/fresnel:: - $ curl -O https://glotzerlab.engin.umich.edu/downloads/fresnel/fresnel-v0.13.1.tar.gz + $ curl -O https://glotzerlab.engin.umich.edu/downloads/fresnel/fresnel-v0.13.2.tar.gz Or, clone using git:: diff --git a/doc/conf.py b/doc/conf.py index 3dcca53d..13bc0a40 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = '0.13.1' +version = '0.13.2' # The full version, including alpha/beta/rc tags. -release = '0.13.1' +release = '0.13.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/fresnel/version.py b/fresnel/version.py index 6dcff50c..76f4747e 100644 --- a/fresnel/version.py +++ b/fresnel/version.py @@ -8,4 +8,4 @@ version (str): fresnel package version, following semantic versioning. """ -version = "0.13.1" +version = "0.13.2"