From 9035474c75f07b19f4aa928993cfcb60d0e87147 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 12 Apr 2020 16:32:39 +0200 Subject: [PATCH] Delete RELEASE.md Not quite ready to release yet. --- RELEASE.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100755 index 635079fd..00000000 --- a/RELEASE.md +++ /dev/null @@ -1,13 +0,0 @@ -Release type: minor - -Use HTTPS links in documentation, themes, and settings templates -for sites that support it and/or redirect to it. This also updates -the links to point to the destination URL that sites are now -redirecting to, which primarily affects all Jinja2 and PyPI links. - -Modify `ignorable_git_crlf_errors()` in the unit tests to ignore the -possible git error "CRLF will be replaced by LF". - -Modify `test_custom_generation_works()` in the unit tests to -explicitly use "en_US.UTF-8" because it was defaulting to character -set ISO8859-1 otherwise.