Skip to content

Commit ac74d0c

Browse files
committed
Bump version: 1.3.dev0 → 1.3
1 parent e755943 commit ac74d0c

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Release notes
22
=============
33

4-
1.3.dev0 (unreleased)
5-
---------------------
4+
1.3 (2020-12-17)
5+
----------------
66

77
- Python 3.9 compatibility
88
- Setup: update contact information

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'FoFiX team'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.3.dev0'
25+
release = '1.3'
2626

2727

2828
# -- General configuration ---------------------------------------------------

pypitch/_pypitch.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# You should have received a copy of the GNU General Public License
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

17-
__version__ = '1.3.dev0'
17+
__version__ = '1.3'
1818

1919
from libcpp.vector cimport vector
2020

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source-dir = doc/source
77
build-dir = doc/build/
88

99
[bumpversion]
10-
current_version = 1.3.dev0
10+
current_version = 1.3
1111
commit = True
1212
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<release>[a-z]+0))?
1313
serialize =

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# setup
4747
setup(
4848
name='pypitch',
49-
version='1.3.dev0',
49+
version='1.3',
5050
description='PyPitch analyses audio streams for pitch',
5151
long_description=long_description,
5252
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)