Skip to content

Commit 394296b

Browse files
committed
Increment version number to release
1 parent 08eeba7 commit 394296b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
# The short X.Y version.
8181
version = '3.2'
8282
# The full version, including alpha/beta/rc tags.
83-
release = '3.2rc1'
83+
release = '3.2'
8484

8585
# The language for content autogenerated by Sphinx. Refer to documentation
8686
# for a list of supported languages.

pymc3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pylint: disable=wildcard-import
2-
__version__ = "3.2rc1"
2+
__version__ = "3.2"
33

44
from .blocking import *
55
from .distributions import *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
AUTHOR_EMAIL = '[email protected]'
1414
URL = "http://github.com/pymc-devs/pymc3"
1515
LICENSE = "Apache License, Version 2.0"
16-
VERSION = "3.2rc1"
16+
VERSION = "3.2"
1717

1818
classifiers = ['Development Status :: 5 - Production/Stable',
1919
'Programming Language :: Python',

0 commit comments

Comments
 (0)