Skip to content

Commit 9cedd77

Browse files
authored
Merge pull request #2807 from pymc-devs/2.3.7rc2
WIP: 3.3rc2
2 parents 90215a8 + c8d2d36 commit 9cedd77

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
# built documents.
8080
#
8181
# The short X.Y version.
82-
version = '3.3rc1'
82+
version = '3.3'
8383
# The full version, including alpha/beta/rc tags.
84-
release = '3.3rc1'
84+
release = '3.3rc2'
8585

8686
# The language for content autogenerated by Sphinx. Refer to documentation
8787
# 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.3rc1"
2+
__version__ = "3.3rc2"
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
@@ -11,7 +11,7 @@
1111
AUTHOR_EMAIL = '[email protected]'
1212
URL = "http://github.com/pymc-devs/pymc3"
1313
LICENSE = "Apache License, Version 2.0"
14-
VERSION = "3.3rc1"
14+
VERSION = "3.3rc2"
1515

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

0 commit comments

Comments
 (0)