Skip to content

Commit

Permalink
Update package version to 2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRhiem committed Feb 1, 2023
1 parent 045c451 commit ad80784
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.5.6] - 2023-02-01
- Added warnings for deprecated functions

## [2.5.5] - 2022-09-07
- Added wrappers for unreleased macros
- Fixed set_monitor_user_pointer and get_monitor_user_pointer
Expand Down
4 changes: 2 additions & 2 deletions glfw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
from __future__ import unicode_literals

__author__ = 'Florian Rhiem (florian.rhiem@gmail.com)'
__copyright__ = 'Copyright (c) 2013-2021 Florian Rhiem'
__copyright__ = 'Copyright (c) 2013-2023 Florian Rhiem'
__license__ = 'MIT'
__version__ = '2.5.5'
__version__ = '2.5.6'

# 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.5.5',
version='2.5.6',
description='A ctypes-based wrapper for GLFW3.',
long_description=long_description,
url='https://github.com/FlorianRhiem/pyGLFW',
Expand Down

0 comments on commit ad80784

Please sign in to comment.