Skip to content

Commit

Permalink
Bump version + update changelog + publish
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Oct 28, 2022
1 parent 7e8dde2 commit 0b26dfe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
output-dir: dist/
env:
CIBW_ARCHS_MACOS: "x86_64 universal2"
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* pp*
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-* pp*
CIBW_ARCHS: ${{ matrix.cibw_archs }}
CIBW_SKIP: "*-musllinux*"

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# Change Log

## 2.3.7

Python 3.11 support

## 2.3.6

Expose headless/standalone flag
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

setup(
name='glcontext',
version='2.3.6',
version='2.3.7',
description='Portable OpenGL Context',
long_description=open('README.md', encoding='utf-8').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 0b26dfe

Please sign in to comment.