Commit 421a9b2 1 parent b22e4b9 commit 421a9b2 Copy full SHA for 421a9b2
File tree 4 files changed +31
-15
lines changed
4 files changed +31
-15
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
+ 1.3.0 (2021-12-17)
6
+ ==================
7
+
8
+ Align supported version with Django LTS. The CI-tested versions are now Django 2.2 and
9
+ 3.2.
10
+
11
+ Django 3.0 and 3.1 probably also still work, but these are end of life and not
12
+ officially supported.
13
+
14
+ * Dropped Django 1.11 support
15
+ * Added Python 3.9 support
16
+ * Added Python 3.10 support
17
+ * Migrated from Travis CI to Github Action
18
+
5
19
1.2.2 (2021-07-23)
6
20
==================
7
21
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ Django-privates - private media integrration
5
5
Django-privates makes it easy to work with login-protected ``FileField ``\ s,
6
6
all the way through your application.
7
7
8
- :Version: 1.2 .0
8
+ :Version: 1.3 .0
9
9
:Source: https://github.com/sergei-maertens/django-privates
10
10
:Keywords: django, media, private, storage
11
11
12
- |build-status | |requirements | |coverage | |docs | |python-versions | |django-versions | |pypi-version |
12
+ |build-status | |linting | |coverage | |docs | |python-versions | |django-versions | |pypi-version |
13
13
14
14
.. contents ::
15
15
@@ -48,12 +48,13 @@ template discovery):
48
48
]
49
49
50
50
51
- .. |build-status | image :: https://travis-ci.org/sergei-maertens/django-privates.svg?branch=develop
52
- :target: https://travis-ci.org/sergei-maertens/django-privates
51
+ .. |build-status | image :: https://github.com/sergei-maertens/django-privates/workflows/Run%20CI/badge.svg
52
+ :target: https://github.com/sergei-maertens/django-privates/actions?query=workflow%3A%22Run+CI%22
53
+ :alt: Run CI
53
54
54
- .. |requirements | image :: https://requires.io/github/ sergei-maertens/django-privates/requirements .svg?branch=develop
55
- :target: https://requires.io/github/ sergei-maertens/django-privates/requirements/?branch=develop
56
- :alt: Requirements status
55
+ .. |linting | image :: https://github.com/ sergei-maertens/django-privates/workflows/Code%20quality%20checks/badge .svg
56
+ :target: https://github.com/ sergei-maertens/django-privates/actions?query=workflow%3A%22Code+quality+checks%22
57
+ :alt: Code linting
57
58
58
59
.. |coverage | image :: https://codecov.io/gh/sergei-maertens/django-privates/branch/develop/graph/badge.svg
59
60
:target: https://codecov.io/gh/sergei-maertens/django-privates
Original file line number Diff line number Diff line change 24
24
author = "Sergei Maertens"
25
25
26
26
# The short X.Y version
27
- version = "1.2 "
27
+ version = "1.3 "
28
28
# The full version, including alpha/beta/rc tags
29
- release = "1.2 .0"
29
+ release = "1.3 .0"
30
30
31
31
32
32
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 6
6
Welcome to Django Privates's documentation!
7
7
===========================================
8
8
9
- |build-status | |requirements | |coverage |
9
+ |build-status | |linting | |coverage |
10
10
11
11
|python-versions | |django-versions | |pypi-version |
12
12
@@ -36,12 +36,13 @@ Indices and tables
36
36
* :ref: `modindex `
37
37
* :ref: `search `
38
38
39
- .. |build-status | image :: https://travis-ci.org/sergei-maertens/django-privates.svg?branch=develop
40
- :target: https://travis-ci.org/sergei-maertens/django-privates
39
+ .. |build-status | image :: https://github.com/sergei-maertens/django-privates/workflows/Run%20CI/badge.svg
40
+ :target: https://github.com/sergei-maertens/django-privates/actions?query=workflow%3A%22Run+CI%22
41
+ :alt: Run CI
41
42
42
- .. |requirements | image :: https://requires.io/github/ sergei-maertens/django-privates/requirements .svg?branch=develop
43
- :target: https://requires.io/github/ sergei-maertens/django-privates/requirements/?branch=develop
44
- :alt: Requirements status
43
+ .. |linting | image :: https://github.com/ sergei-maertens/django-privates/workflows/Code%20quality%20checks/badge .svg
44
+ :target: https://github.com/ sergei-maertens/django-privates/actions?query=workflow%3A%22Code+quality+checks%22
45
+ :alt: Code linting
45
46
46
47
.. |coverage | image :: https://codecov.io/gh/sergei-maertens/django-privates/branch/develop/graph/badge.svg
47
48
:target: https://codecov.io/gh/sergei-maertens/django-privates
You can’t perform that action at this time.
0 commit comments