Skip to content

Commit

Permalink
build: release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkid committed Mar 27, 2022
1 parent dd2d6f5 commit 93bced6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release notes

## 1.1.0 (unreleased)
## 1.1.0 (2022-03-27)

- ci(tests): use pytest instead of setup.py test ([#32](https://github.com/fofix/python-mixstream/pull/32))
- feat(cython): add the language level to compiler directives ([#33](https://github.com/fofix/python-mixstream/pull/33))
Expand Down
2 changes: 1 addition & 1 deletion mixstream/_MixStream.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#####################################################################
# cython: language_level=3

__version__ = "1.0.1.dev0"
__version__ = "1.1.0"

cdef extern from "MixStream.h":
ctypedef struct CMixStream "MixStream":
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# setup
setup(
name='mixstream',
version='1.0.1.dev0',
version='1.1.0',
description='MixStream is a C-extension to combine SoundTouch and SDL_mixer',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 93bced6

Please sign in to comment.