Skip to content

Commit

Permalink
Merge pull request #767 from twisted/release-24.8
Browse files Browse the repository at this point in the history
Release 24.8
  • Loading branch information
glyph authored Aug 12, 2024
2 parents 28d1b83 + 7b8fd61 commit 04db6d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
/htmldocs/
/src/*.egg-info
coverage.xml
*/__pycache__/*
2 changes: 1 addition & 1 deletion src/klein/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

from incremental import Version

__version__ = Version("Klein", 23, 12, 0)
__version__ = Version("Klein", 24, 8, 0)
__all__ = ["__version__"]

0 comments on commit 04db6d2

Please sign in to comment.