File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release notes
22
3- ## 1.1.0 (unreleased )
3+ ## 1.1.0 (2022-03-27 )
44
55- ci(tests): use pytest instead of setup.py test ([ #32 ] ( https://github.com/fofix/python-mixstream/pull/32 ) )
66- feat(cython): add the language level to compiler directives ([ #33 ] ( https://github.com/fofix/python-mixstream/pull/33 ) )
Original file line number Diff line number Diff line change 2020# ####################################################################
2121# cython: language_level=3
2222
23- __version__ = " 1.0.1.dev0 "
23+ __version__ = " 1.1.0 "
2424
2525cdef extern from " MixStream.h" :
2626 ctypedef struct CMixStream " MixStream" :
Original file line number Diff line number Diff line change 2525# setup
2626setup (
2727 name = 'mixstream' ,
28- version = '1.0.1.dev0 ' ,
28+ version = '1.1.0 ' ,
2929 description = 'MixStream is a C-extension to combine SoundTouch and SDL_mixer' ,
3030 long_description = long_description ,
3131 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments