Skip to content

Commit

Permalink
Prepare 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Jun 16, 2018
1 parent e6016e1 commit 7b2f10a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## 2.4.1 / Unreleased
## 2.4.2 / Unreleased


## 2.4.1 / 2018-06-16

- Fix some logging exceptions
- Fix exception in CLI config reader (Py2)
Expand Down
4 changes: 0 additions & 4 deletions tools/release_wsgidav.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

$ProjectRoot = "C:\Prj\git\wsgidav";

#$BuildEnvRoot = "C:\prj\env\wsgidav_build_3.4";
$BuildEnvRoot = "C:\prj\env\wsgidav_build_3.5";
#$BuildEnvRoot = "C:\prj\env\wsgidav_build_3.6";


# ----------------------------------------------------------------------------
Expand All @@ -31,9 +29,7 @@ Remove-Item $BuildEnvRoot -Force -Recurse -ErrorAction SilentlyContinue


"Creating venv folder $BuildEnvRoot..."
#py -3.4 -m venv "$BuildEnvRoot"
py -3.5 -m venv "$BuildEnvRoot"
#py -3.6 -m venv "$BuildEnvRoot"

Invoke-Expression "& ""$BuildEnvRoot\Scripts\Activate.ps1"""

Expand Down
2 changes: 1 addition & 1 deletion wsgidav/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
Developmental release (to mark 3.0.0 as 'used'. Don't publish this):
'3.0.0.dev1'
"""
__version__ = "2.4.0.dev0"
__version__ = "2.4.1"

0 comments on commit 7b2f10a

Please sign in to comment.