Skip to content

Commit

Permalink
Update package version to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRhiem committed Nov 22, 2024
1 parent fe4e720 commit 7a683c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.

For information on changes in GLFW itself, see the [GLFW version history](https://www.glfw.org/changelog.html).

## [2.8.0] - 2024-11-22
- Update to GLFW 3.4

## [2.7.0] - 2024-02-24
- Included GLFW 3.4 functions and definitions without preview

Expand Down
2 changes: 1 addition & 1 deletion glfw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__author__ = 'Florian Rhiem ([email protected])'
__copyright__ = 'Copyright (c) 2013-2024 Florian Rhiem'
__license__ = 'MIT'
__version__ = '2.7.0'
__version__ = '2.8.0'

# By default, GLFW errors will be handled by a pre-defined error callback.
# Depending on the value of ERROR_REPORTING, this callback will:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='glfw',
version='2.7.0',
version='2.8.0',
description='A ctypes-based wrapper for GLFW3.',
long_description=long_description,
url='https://github.com/FlorianRhiem/pyGLFW',
Expand Down

0 comments on commit 7a683c3

Please sign in to comment.