Skip to content

Commit 1234e43

Browse files
committed
Prepare for 1.12 release
1 parent 853a648 commit 1234e43

File tree

3 files changed

+8
-163
lines changed

3 files changed

+8
-163
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: vars
2020
run: |
2121
[[ ! $GITHUB_REF == refs/tags/* ]] && echo ::set-output name=version::$(git describe --tags | sed -r 's/-(.*?)-(.*?)$/.dev\1/g') || true
22-
[[ $GITHUB_REF == refs/tags/* ]] && echo ::set-output name=version::${GITHUB_REF#refs/*/test-} || true
22+
[[ $GITHUB_REF == refs/tags/* ]] && echo ::set-output name=version::${GITHUB_REF#refs/*/} || true
2323
- name: Set up Python ${{ matrix.python-version }}
2424
uses: actions/setup-python@v2
2525
with:

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
## [Unreleased]
1+
## 1.12 - 2020-07-08
22
### Added
3-
- It is possible to set a timeout between a user authenticiating in the LoginView and them needing to re-authenticate. By default this is 10 minutes.
3+
- It is possible to set a timeout between a user authenticiating in the
4+
`LoginView` and them needing to re-authenticate. By default this is 10
5+
minutes.
46

57
### Removed
6-
- The final step in the LoginView no longer re-validates a user's credentials
8+
- The final step in the `LoginView` no longer re-validates a user's credentials.
79
- Django 1.11 support.
810

911
### Changed
10-
- Security Fix: LoginView no longer stores credentials in plaintext in the session store
12+
- Security Fix: `LoginView` no longer stores credentials in plaintext in the
13+
session store.
1114

1215
## 1.11.0 - 2020-03-13
1316
### Added

docs/release-notes.rst

Lines changed: 0 additions & 158 deletions
This file was deleted.

0 commit comments

Comments
 (0)