Skip to content

Commit

Permalink
bump version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
valq7711 committed Aug 5, 2024
1 parent ed5bfb4 commit 9746b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ombott/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from .static_stream import static_file # noqa

__author__ = "Valery Kucherov <[email protected]>"
__copyright__ = "Copyright (c) 2009-2012, Marcel Hellkamp; Copyright (C) 2021-2022 Valery Kucherov"
__copyright__ = "Copyright (c) 2009-2012, Marcel Hellkamp; Copyright (C) 2021-2024 Valery Kucherov"
__license__ = "MIT"

__all__ = ('__version__', '__license__', '__copyright__', '__author__')
2 changes: 1 addition & 1 deletion ombott/ombott.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from . import server_adapters
from . import error_render

__version__ = "2.0"
__version__ = "2.1"

HTTP_METHODS = 'DELETE GET HEAD OPTIONS PATCH POST PUT'.split()

Expand Down

0 comments on commit 9746b9c

Please sign in to comment.