Skip to content

Commit a6dc5e3

Browse files
committed
fix windows tests
2 parents e8b84c7 + dda5e53 commit a6dc5e3

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

doc/source/changelog.rst

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,54 +9,54 @@ v1.3.0 (2024-02-17)
99
* Implemented `Remove support for python 3.8 <https://github.com/bckohan/django-render-static/issues/30>`_
1010
* Implemented `Upgrade to django-typer 3.x <https://github.com/bckohan/django-render-static/issues/29>`_
1111

12-
v1.2.1 (26-AUG-2024)
13-
====================
12+
v1.2.1 (2024-08-26)
13+
===================
1414

1515
* Fixed `Switch rtd theme to furo. <https://github.com/bckohan/django-render-static/issues/27>`_
1616
* Fixed `Support python 3.13 <https://github.com/bckohan/django-render-static/issues/26>`_
1717

18-
v1.2.0 (27-JUL-2024)
19-
====================
18+
v1.2.0 (2024-07-27)
19+
===================
2020

2121
* `Option to run routine within a transaction. <https://github.com/bckohan/django-routines/issues/24>`_
2222
* `Option to fail fast or proceed on failures. <https://github.com/bckohan/django-routines/issues/10>`_
2323

2424

25-
v1.1.3 (17-JUL-2024)
26-
====================
25+
v1.1.3 (2024-07-17)
26+
===================
2727

2828
* `Allow routine names that conflict with python keywords (i.e. import) <https://github.com/bckohan/django-routines/issues/21>`_
2929

30-
v1.1.2 (15-JUL-2024)
31-
====================
30+
v1.1.2 (2024-07-15)
31+
===================
3232

3333
* `Support Django 5.1 <https://github.com/bckohan/django-routines/issues/19>`_
3434

35-
v1.1.1 (15-JUL-2024)
36-
====================
35+
v1.1.1 (2024-07-15)
36+
===================
3737

3838
* `Allow hyphens (-) in switches. <https://github.com/bckohan/django-routines/issues/17>`_
3939

40-
v1.1.0 (10-JUN-2024)
41-
====================
40+
v1.1.0 (2024-07-10)
41+
===================
4242

4343
* `Invalidate importlib caches if command is makemigrations. <https://github.com/bckohan/django-routines/issues/13>`_
4444
* `Rationale for why settings is a good place to put routines. <https://github.com/bckohan/django-routines/issues/8>`_
4545
* `Command type for system commands (i.e. non-management commands) to be run as subprocesses <https://github.com/bckohan/django-routines/issues/7>`_
4646
* `Option to run management commands as subprocesses instead of in the same process space. <https://github.com/bckohan/django-routines/issues/6>`_
4747

48-
v1.0.2 (05-JUN-2024)
49-
====================
48+
v1.0.2 (2024-06-05)
49+
===================
5050

5151
* `Update import deprecation for django-typer 2.1+ <https://github.com/bckohan/django-routines/issues/4>`_
5252

53-
v1.0.1 (05-JUN-2024)
54-
====================
53+
v1.0.1 (2024-06-05)
54+
===================
5555

5656
* `Help example images dont have the correct usage line. <https://github.com/bckohan/django-routines/issues/3>`_
5757

5858

59-
v1.0.0 (05-JUN-2024)
60-
====================
59+
v1.0.0 (2024-06-05)
60+
===================
6161

6262
* Initial production/stable release.

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ open-docs:
8888
docs: build-docs-html open-docs
8989

9090
# serve the documentation, with auto-reload
91-
docs-live:
91+
docs-live: install-docs
9292
poetry run sphinx-autobuild doc/source doc/build --open-browser --watch django_routines --port 8000 --delay 1
9393

9494
# check the documentation links for broken links

0 commit comments

Comments
 (0)