Skip to content

Commit ac1c7f9

Browse files
committed
open bottleneck 1.3.0 for development
1 parent 104778a commit ac1c7f9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

RELEASE.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ Release Notes
66
These are the major changes made in each release. For details of the changes
77
see the commit log at http://github.com/kwgoodman/bottleneck
88

9+
Bottleneck 1.3.0
10+
----------------
11+
12+
*Release date: Not yet released; in development*
13+
914
Bottleneck 1.2.1
10-
================
15+
----------------
1116

1217
*Release date: 2017-05-15*
1318

@@ -24,11 +29,6 @@ fixes a few bugs.
2429
contiguous.
2530
- #163 Reducing np.array([2**31], dtype=np.int64) overflows on Windows
2631

27-
Older versions
28-
==============
29-
30-
Release notes from past releases.
31-
3232
Bottleneck 1.2.0
3333
----------------
3434

bottleneck/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"Bottleneck version"
22

3-
__version__ = "1.2.1"
3+
__version__ = "1.3.0.dev0"

0 commit comments

Comments
 (0)