From 1dd043db3c2618a9360a0f2ccbb57221634e5b08 Mon Sep 17 00:00:00 2001 From: Allen Riddell Date: Sat, 26 Oct 2019 08:41:31 -0400 Subject: [PATCH] chore: Bump version, update release notes --- doc/whats_new.rst | 2 +- pystan/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/whats_new.rst b/doc/whats_new.rst index 91ad7f3d..658fb96a 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -6,7 +6,7 @@ What's New ============ -v2.19.1.0 (25. Oct 2019) +v2.19.1.1 (25. Oct 2019) ======================== - Update Stan source to v2.19.1 (`release notes `_) - Fix order of per-chain values returned by Fit ``summary`` (`GH646 `_) diff --git a/pystan/__init__.py b/pystan/__init__.py index 47e0cf53..3c36824a 100644 --- a/pystan/__init__.py +++ b/pystan/__init__.py @@ -19,4 +19,4 @@ # following PEP 386 # See also https://docs.openstack.org/pbr/latest/user/semver.html -__version__ = '2.19.1.0' +__version__ = '2.19.1.1'