Skip to content

Commit

Permalink
public version
Browse files Browse the repository at this point in the history
  • Loading branch information
ondratu committed Nov 23, 2023
1 parent c7add5b commit dc477b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
==== 2.6.0dev0 ====
==== 2.6.0 ====
* Running on MS Windows fix
* UTF-8 HTTP Digest username support
* JSONResponse support all response type now (data argument)
Expand Down
4 changes: 2 additions & 2 deletions poorwsgi/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import warnings

__author__ = "Ondrej Tuma (McBig) <[email protected]>"
__date__ = "4 Apr 2022"
__version__ = "2.6.0dev0" # https://www.python.org/dev/peps/pep-0386/
__date__ = "23 Nov 2023"
__version__ = "2.6.0" # https://www.python.org/dev/peps/pep-0386/

DECLINED = 0

Expand Down

0 comments on commit dc477b3

Please sign in to comment.