Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Sep 2, 2018
1 parent 31f0fdd commit aeb60ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This release contains **BREAKING CHANGES!**
- Log format is configurable
- Remove option `dir_browser.enabled` (modify `middleware_stack` instead)
- CLI supports `--server=gevent` (gevent must be installed separately)
- SSL paths are evalated relative to the config file, if any
- SSL paths are evaluated relative to the config file, if any
- Refactor middleware stack
- RequestResolver and WsgiDavDirBrowser are now simple members of `middleware_stack`
and not specially treated
Expand Down
2 changes: 1 addition & 1 deletion wsgidav/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
When pywin32 is installed, number must be a.b.c for MSI builds?
"3.0.0a4" seems not to work in this case!
"""
__version__ = "3.0.0a4"
__version__ = "3.0.0a5"

0 comments on commit aeb60ce

Please sign in to comment.