We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d7c15 commit 93b55feCopy full SHA for 93b55fe
2 files changed
.github/workflows/release.yml
@@ -11,12 +11,12 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
15
with:
16
fetch-depth: 0
17
18
- name: Set up Python
19
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
20
21
python-version: 3.8
22
HISTORY.rst
@@ -6,6 +6,18 @@ History
6
Unreleased
7
==========
8
9
+2.0.9
10
+=====
+
+* Fixed some typos in the docs.
+* Fixed string type of errors reported from compilers and compressors.
+* Updated github actions matrix for host and django support.
+* Updated github actions configuration to use modern versions of third-party
+ actions.
+* Improved the packager to copy files to (S3) storage if it does not exist
+ (#502).
2.0.8
=====
23
0 commit comments