From b8f46704f72c71386ab47c2c070185f605879ff2 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Thu, 11 Mar 2021 14:48:42 -0500 Subject: [PATCH] Bump version to 0.13.1 --- .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 c5790e93..b7080d5e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.0 +current_version = 0.13.1 commit = False tag = False diff --git a/Doxyfile b/Doxyfile index f367d655..6748703c 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.0" +PROJECT_NUMBER = "0.13.1" # 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 e7779592..65c98b45 100644 --- a/INSTALLING.rst +++ b/INSTALLING.rst @@ -41,7 +41,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.0.tar.gz + $ curl -O https://glotzerlab.engin.umich.edu/downloads/fresnel/fresnel-v0.13.1.tar.gz Or, clone using git:: diff --git a/doc/conf.py b/doc/conf.py index 3df82eab..3dcca53d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = '0.13.0' +version = '0.13.1' # The full version, including alpha/beta/rc tags. -release = '0.13.0' +release = '0.13.1' # 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 2ff7e58b..6dcff50c 100644 --- a/fresnel/version.py +++ b/fresnel/version.py @@ -8,4 +8,4 @@ version (str): fresnel package version, following semantic versioning. """ -version = "0.13.0" +version = "0.13.1"