Skip to content

Commit

Permalink
Bump version: 1.3.dev0 → 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkid committed Dec 17, 2020
1 parent e755943 commit ac74d0c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Release notes
=============

1.3.dev0 (unreleased)
---------------------
1.3 (2020-12-17)
----------------

- Python 3.9 compatibility
- Setup: update contact information
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'FoFiX team'

# The full version, including alpha/beta/rc tags
release = '1.3.dev0'
release = '1.3'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pypitch/_pypitch.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = '1.3.dev0'
__version__ = '1.3'

from libcpp.vector cimport vector

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source-dir = doc/source
build-dir = doc/build/

[bumpversion]
current_version = 1.3.dev0
current_version = 1.3
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<release>[a-z]+0))?
serialize =
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# setup
setup(
name='pypitch',
version='1.3.dev0',
version='1.3',
description='PyPitch analyses audio streams for pitch',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit ac74d0c

Please sign in to comment.