File tree Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -9,54 +9,54 @@ v1.3.0 (2024-02-17)
9
9
* Implemented `Remove support for python 3.8 <https://github.com/bckohan/django-render-static/issues/30 >`_
10
10
* Implemented `Upgrade to django-typer 3.x <https://github.com/bckohan/django-render-static/issues/29 >`_
11
11
12
- v1.2.1 (26-AUG-2024 )
13
- ====================
12
+ v1.2.1 (2024-08-26 )
13
+ ===================
14
14
15
15
* Fixed `Switch rtd theme to furo. <https://github.com/bckohan/django-render-static/issues/27 >`_
16
16
* Fixed `Support python 3.13 <https://github.com/bckohan/django-render-static/issues/26 >`_
17
17
18
- v1.2.0 (27-JUL-2024 )
19
- ====================
18
+ v1.2.0 (2024-07-27 )
19
+ ===================
20
20
21
21
* `Option to run routine within a transaction. <https://github.com/bckohan/django-routines/issues/24 >`_
22
22
* `Option to fail fast or proceed on failures. <https://github.com/bckohan/django-routines/issues/10 >`_
23
23
24
24
25
- v1.1.3 (17-JUL-2024 )
26
- ====================
25
+ v1.1.3 (2024-07-17 )
26
+ ===================
27
27
28
28
* `Allow routine names that conflict with python keywords (i.e. import) <https://github.com/bckohan/django-routines/issues/21 >`_
29
29
30
- v1.1.2 (15-JUL-2024 )
31
- ====================
30
+ v1.1.2 (2024-07-15 )
31
+ ===================
32
32
33
33
* `Support Django 5.1 <https://github.com/bckohan/django-routines/issues/19 >`_
34
34
35
- v1.1.1 (15-JUL-2024 )
36
- ====================
35
+ v1.1.1 (2024-07-15 )
36
+ ===================
37
37
38
38
* `Allow hyphens (-) in switches. <https://github.com/bckohan/django-routines/issues/17 >`_
39
39
40
- v1.1.0 (10-JUN-2024 )
41
- ====================
40
+ v1.1.0 (2024-07-10 )
41
+ ===================
42
42
43
43
* `Invalidate importlib caches if command is makemigrations. <https://github.com/bckohan/django-routines/issues/13 >`_
44
44
* `Rationale for why settings is a good place to put routines. <https://github.com/bckohan/django-routines/issues/8 >`_
45
45
* `Command type for system commands (i.e. non-management commands) to be run as subprocesses <https://github.com/bckohan/django-routines/issues/7 >`_
46
46
* `Option to run management commands as subprocesses instead of in the same process space. <https://github.com/bckohan/django-routines/issues/6 >`_
47
47
48
- v1.0.2 (05-JUN-2024 )
49
- ====================
48
+ v1.0.2 (2024-06-05 )
49
+ ===================
50
50
51
51
* `Update import deprecation for django-typer 2.1+ <https://github.com/bckohan/django-routines/issues/4 >`_
52
52
53
- v1.0.1 (05-JUN-2024 )
54
- ====================
53
+ v1.0.1 (2024-06-05 )
54
+ ===================
55
55
56
56
* `Help example images dont have the correct usage line. <https://github.com/bckohan/django-routines/issues/3 >`_
57
57
58
58
59
- v1.0.0 (05-JUN-2024 )
60
- ====================
59
+ v1.0.0 (2024-06-05 )
60
+ ===================
61
61
62
62
* Initial production/stable release.
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ open-docs:
88
88
docs : build-docs-html open-docs
89
89
90
90
# serve the documentation, with auto-reload
91
- docs-live :
91
+ docs-live : install-docs
92
92
poetry run sphinx-autobuild doc/ source doc/ build --open-browser --watch django_routines --port 8000 --delay 1
93
93
94
94
# check the documentation links for broken links
You can’t perform that action at this time.
0 commit comments