Skip to content

Commit 981b037

Browse files
authored
Merge pull request #418 from grlee77/bump_version
REL: bump version and create release note stubs for 1.1.0
2 parents a3e493a + 5f7a0e2 commit 981b037

4 files changed

Lines changed: 36 additions & 1 deletion

File tree

doc/release/1.1.0-notes.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
==============================
2+
PyWavelets 1.1.0 Release Notes
3+
==============================
4+
5+
.. contents::
6+
7+
We are very pleased to announce the release of PyWavelets 1.1.
8+
9+
This release requires Python >=3.5 and has dropped Python 2.7 support.
10+
11+
New features
12+
============
13+
14+
Deprecated features
15+
===================
16+
17+
Backwards incompatible changes
18+
==============================
19+
20+
Bugs Fixed
21+
==========
22+
23+
Other changes
24+
=============
25+
26+
Authors
27+
=======
28+
29+
Issues closed for v1.1.0
30+
------------------------
31+
32+
Pull requests for v1.1.0
33+
------------------------

doc/source/release.1.1.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. include:: ../release/1.1.0-notes.rst

doc/source/releasenotes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Release Notes
88
release.0.4.0
99
release.0.5.0
1010
release.1.0.0
11+
release.1.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
MAJOR = 1
16-
MINOR = 0
16+
MINOR = 1
1717
MICRO = 0
1818
ISRELEASED = False
1919
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

0 commit comments

Comments
 (0)