Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Apr 23, 2022
1 parent 11f12ba commit 7d8867e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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: cp36-* cp37-* cp38-* cp39-* cp310-* pp*
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* 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.6

Expose headless/standalone flag

## 2.3.3

* Missing manylinux wheels for python 3.9
Expand Down
2 changes: 1 addition & 1 deletion glcontext/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

__version__ = '2.3.5'
__version__ = '2.3.6'


def default_backend():
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.5',
version='2.3.6',
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 7d8867e

Please sign in to comment.