Skip to content

Commit

Permalink
bump to version 5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szabolcsdombi committed Nov 18, 2023
1 parent 040c42c commit 4854655
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = "5.9.0.dev0"
version = "5.9.0"
# The full version, including alpha/beta/rc tags.
release = "5.8.2"
release = "5.9.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion moderngl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
except ImportError:
pass

__version__ = "5.9.0.dev0"
__version__ = "5.9.0"


class _store:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

setup(
name="moderngl",
version="5.9.0.dev0",
version="5.9.0",
description=short_description,
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 4854655

Please sign in to comment.