diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index ed6d43e1ab..53726721cd 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,6 @@ # Release Notes -## PyMC3 3.10.0 (on deck) +## PyMC3 3.10.0 (7 December 2020) This is a major release with many exciting new features. The biggest change is that we now rely on our own fork of [Theano-PyMC](https://github.com/pymc-devs/Theano-PyMC). This is in line with our [big announcement about our commitment to PyMC3 and Theano](https://pymc-devs.medium.com/the-future-of-pymc3-or-theano-is-dead-long-live-theano-d8005f8a0e9b). diff --git a/pymc3/__init__.py b/pymc3/__init__.py index 471eea3da7..75bdd4e5f7 100644 --- a/pymc3/__init__.py +++ b/pymc3/__init__.py @@ -13,7 +13,7 @@ # limitations under the License. # pylint: disable=wildcard-import -__version__ = "3.9.3" +__version__ = "3.10.0" import logging import multiprocessing as mp