File tree Expand file tree Collapse file tree 5 files changed +13
-12
lines changed
Expand file tree Collapse file tree 5 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 11Release notes
22=============
33
4- 1.2.dev0 (unreleased )
5- ---------------------
4+ 1.2 (2020-04-12 )
5+ ----------------
66
77- Python 3 compatible (CI, code, tests)
88- Code: use ` std::fmod ` instead of ` std::remainder ` only for Visual C++ 9.0 (Windows & python 2.7)
Original file line number Diff line number Diff line change 2222author = 'FoFiX team'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '1.2.dev0 '
25+ release = '1.2'
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 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.2.dev0 '
17+ __version__ = ' 1.2'
1818
1919from libcpp.vector cimport vector
2020
Original file line number Diff line number Diff line change @@ -7,18 +7,19 @@ source-dir = doc/source
77build-dir = doc/build/
88
99[bumpversion]
10- current_version = 1.2.dev0
10+ current_version = 1.2
1111commit = True
1212parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<release>[a-z]+0))?
13- serialize =
14- {major}.{minor}.{release}
15- {major}.{minor}
13+ serialize =
14+ {major}.{minor}.{release}
15+ {major}.{minor}
1616
1717[bumpversion:file:doc/source/conf.py]
1818[bumpversion:file:setup.py]
1919[bumpversion:file:pypitch/_pypitch.pyx]
2020[bumpversion:part:release]
2121optional_value = gamma
22- values =
23- dev0
24- gamma
22+ values =
23+ dev0
24+ gamma
25+
Original file line number Diff line number Diff line change 4646# setup
4747setup (
4848 name = 'pypitch' ,
49- version = '1.2.dev0 ' ,
49+ version = '1.2' ,
5050 description = 'PyPitch analyses audio streams for pitch' ,
5151 long_description = long_description ,
5252 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments