Skip to content

Commit

Permalink
Bump version to 0.60.
Browse files Browse the repository at this point in the history
s Please enter the commit message for your changes. Lines starting
  • Loading branch information
anandology committed Jul 23, 2020
1 parent 636ca57 commit 40fdf6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.txt
@@ -1,6 +1,6 @@
# web.py changelog

## 2020-XX-YY 1.0
## 2020-06-23 0.60

* Python-2 support has been completely dropped. Welcome to Python 3.
* Fixed: session store `DiskStore` doesn't return correctly if session
Expand Down
2 changes: 1 addition & 1 deletion web/__init__.py
Expand Up @@ -24,7 +24,7 @@
from .webapi import * # noqa: F401,F403
from .wsgi import * # noqa: F401,F403

__version__ = "0.50"
__version__ = "0.60"
__author__ = [
"Aaron Swartz <me@aaronsw.com>",
"Anand Chitipothu <anandology@gmail.com>",
Expand Down

0 comments on commit 40fdf6d

Please sign in to comment.