Skip to content

Commit

Permalink
Bump verison
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Jan 18, 2021
1 parent 267cf78 commit 470672e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@

# Change Log

## 2.3.0

python 3.9 support

## 2.3.dev0

* EGL backend will now use `eglQueryDevicesEXT` instead of only relying on `EGL_DEFAULT_DISPLAY`
* EGL backend now supports `device_index` for selecting a device

## 2.2.0

* x11 and egl backend will now use `ctypes.utils.find_library`
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.dev0'
__version__ = '2.3'


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 @@ -58,7 +58,7 @@

setup(
name='glcontext',
version='2.3.dev0',
version='2.3',
description='Portable OpenGL Context',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 470672e

Please sign in to comment.