Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 84ffcfe

Browse files
author
ariddell
committed
chore: post release updates
Following steps in doc/release-howto.rst
1 parent e25af25 commit 84ffcfe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/whats_new.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
What's New
77
============
88

9+
v2.17.0.0 (TBD)
10+
===============
11+
- ...
12+
913
v2.16.0.0 (22. June 2017)
1014
========================
1115
- Update Stan source to v2.16.0 (`release notes <https://github.com/stan-dev/stan/releases/tag/v2.16.0>`_),

pystan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
logging.basicConfig(level=logging.INFO)
1818

1919
# following PEP 386
20-
__version__ = '2.16.0.0'
20+
__version__ = '2.16.0.1dev'

0 commit comments

Comments
 (0)