@@ -54,8 +54,8 @@ Tested in Ubuntu 20.04 LTS::
5454 source bin/activate
5555 git clone https://github.com/Dmitri-Sintsov/djk-sample.git
5656 cd djk-sample
57- # Uncomment next line to use v2.2.0 instead of development version:
58- # git checkout tags/v2.2.0
57+ # Uncomment next line to use v2.2.1 instead of development version:
58+ # git checkout tags/v2.2.1
5959 python3 -m pip install -U -r requirements.txt
6060
6161To use the current stable `Bootstrap 3 `_ version of ``djk_ui ``::
@@ -64,15 +64,15 @@ To use the current stable `Bootstrap 3`_ version of ``djk_ui``::
6464
6565or::
6666
67- python3 -m pip install -U wheel/djk_bootstrap3-2.2.0 -py2.py3-none-any.whl
67+ python3 -m pip install -U wheel/djk_bootstrap3-2.2.1 -py2.py3-none-any.whl
6868
6969To use the current stable `Bootstrap 4 `_ version of ``djk_ui ``::
7070
7171 python3 -m pip install -U -r requirements/bs4.txt
7272
7373or::
7474
75- python3 -m pip install -U wheel/djk_bootstrap4-2.2.0 -py2.py3-none-any.whl
75+ python3 -m pip install -U wheel/djk_bootstrap4-2.2.1 -py2.py3-none-any.whl
7676
7777To use the development `Bootstrap 3 `_ version::
7878
@@ -121,8 +121,8 @@ Then issue the following commands::
121121 python -m pip install -U pip
122122 git clone https://github.com/Dmitri-Sintsov/djk-sample.git
123123 cd djk-sample
124- rem Uncomment next line to use v2.2.0 instead of development version:
125- rem git checkout tags/v2.2.0
124+ rem Uncomment next line to use v2.2.1 instead of development version:
125+ rem git checkout tags/v2.2.1
126126 python -m pip install -U -r requirements.txt
127127
128128To use the current stable `Bootstrap 3 `_ version of ``djk_ui ``::
@@ -239,13 +239,13 @@ To use `Bootstrap 5`_ version::
239239
240240 ./cli/5bs.sh
241241
242- ``django-jinja-knockout `` version 2.2.0 release tests were performed with:
242+ ``django-jinja-knockout `` version 2.2.1 release tests were performed with:
243243
244- * Linux fv-az247-370 5.15 .0-1035 -azure #42 -Ubuntu SMP Tue Feb 28 19:41:23 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
245- * Ubuntu 22.04.2 LTS
246- * Python 3.11.3
247- * Google Chrome 112 .0.5615.121
248- * ChromeDriver 112 .0.5615.49 (bd2a7bcb881c11e8cfe3078709382934e3916914 -refs/branch-heads/5615 @{#936 })
244+ * Linux fv-az1393-635 6.2 .0-1018 -azure #18~22.04.1 -Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
245+ * Ubuntu 22.04.3 LTS
246+ * Python 3.12.0
247+ * Google Chrome 119 .0.6045.199
248+ * ChromeDriver 119 .0.6045.105 (38c72552c5e15ba9b3117c0967a0fd105072d7c6 -refs/branch-heads/6045 @{#1103 })
249249
250250Selenium tests (Chrome, interactive)
251251~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments