Skip to content

Commit 5c76809

Browse files
Updated testing environment stats and package versions.
1 parent 53248e4 commit 5c76809

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

README.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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

6161
To 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

6565
or::
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

6969
To use the current stable `Bootstrap 4`_ version of ``djk_ui``::
7070

7171
python3 -m pip install -U -r requirements/bs4.txt
7272

7373
or::
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

7777
To 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

128128
To 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

250250
Selenium tests (Chrome, interactive)
251251
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
django-allauth
2-
django-jinja-knockout==2.2.0
2+
django-jinja-knockout==2.2.1

requirements/bs3.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# https://github.com/Dmitri-Sintsov/django-jinja-knockout/blob/master/wheel/djk_bootstrap3-2.2.0-py2.py3-none-any.whl?raw=true
2-
# djk-bootstrap3 @ git+https://github.com/Dmitri-Sintsov/[email protected].0
3-
djk-bootstrap3==2.2.0
1+
# https://github.com/Dmitri-Sintsov/django-jinja-knockout/blob/master/wheel/djk_bootstrap3-2.2.1-py2.py3-none-any.whl?raw=true
2+
# djk-bootstrap3 @ git+https://github.com/Dmitri-Sintsov/[email protected].1
3+
djk-bootstrap3==2.2.1

requirements/bs4.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# https://github.com/Dmitri-Sintsov/django-jinja-knockout/blob/master/wheel/djk_bootstrap4-2.2.0-py2.py3-none-any.whl?raw=true
2-
# djk-bootstrap4 @ git+https://github.com/Dmitri-Sintsov/[email protected].0
3-
djk-bootstrap4==2.2.0
1+
# https://github.com/Dmitri-Sintsov/django-jinja-knockout/blob/master/wheel/djk_bootstrap4-2.2.1-py2.py3-none-any.whl?raw=true
2+
# djk-bootstrap4 @ git+https://github.com/Dmitri-Sintsov/[email protected].1
3+
djk-bootstrap4==2.2.1

requirements/bs5.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# https://github.com/Dmitri-Sintsov/django-jinja-knockout/blob/master/wheel/djk_bootstrap5-2.2.0-py2.py3-none-any.whl?raw=true
2-
# djk-bootstrap5 @ git+https://github.com/Dmitri-Sintsov/[email protected].0
3-
djk-bootstrap5==2.2.0
1+
# https://github.com/Dmitri-Sintsov/django-jinja-knockout/blob/master/wheel/djk_bootstrap5-2.2.1-py2.py3-none-any.whl?raw=true
2+
# djk-bootstrap5 @ git+https://github.com/Dmitri-Sintsov/[email protected].1
3+
djk-bootstrap5==2.2.1

0 commit comments

Comments
 (0)