Set version 3.2.0

This commit is contained in:
Atsushi Togo 2024-06-29 21:46:33 +09:00
parent 456871cb12
commit eadc4abccf
2 changed files with 3 additions and 3 deletions

View File

@ -58,9 +58,9 @@ copyright = "2015, Atsushi Togo"
# built documents.
#
# The short X.Y version.
version = "3.1"
version = "3.2"
# The full version, including alpha/beta/rc tags.
release = "3.1.2"
release = "3.2.0"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -34,4 +34,4 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
__version__ = "3.1.2"
__version__ = "3.2.0"