Skip to content

Commit 93bced6

Browse files
committed
build: release version 1.1.0
1 parent dd2d6f5 commit 93bced6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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))

mixstream/_MixStream.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#####################################################################
2121
# cython: language_level=3
2222

23-
__version__ = "1.0.1.dev0"
23+
__version__ = "1.1.0"
2424

2525
cdef extern from "MixStream.h":
2626
ctypedef struct CMixStream "MixStream":

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# setup
2626
setup(
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',

0 commit comments

Comments
 (0)