File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
uses : battila7/get-version-action@v2
118
118
- name : Centos-Install dependencies
119
119
run : |
120
- yum install -y pkgconfig gcc openssl-devel dbus-glib-devel dbus-python libffi-devel wget
120
+ yum install -y pkgconfig gcc openssl-devel dbus-glib-devel dbus-python libffi-devel wget make
121
121
mkdir tmp && cd tmp
122
122
wget https://www.python.org/ftp/python/3.9.7/Python-3.9.7.tgz
123
123
tar xzf Python-3.9.7.tgz
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ nav_level: 1
8
8
nav_order : 100
9
9
---
10
10
11
- Version 2.6.4 , released 2021-08-31
11
+ Version 2.6.5 , released 2021-09-14
12
12
13
13
This document walks you through the steps needed to understand
14
14
and setup the User Sync Tool.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ These commands ought to produce an output similar to the following:
27
27
28
28
```
29
29
> .\user-sync.exe -v
30
- user-sync.exe 2.6.4
30
+ user-sync.exe 2.6.5
31
31
```
32
32
33
33
```
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ nav_level: 1
8
8
nav_order : 10
9
9
---
10
10
11
- Version 2.6.4 , released 2021-08-31
11
+ Version 2.6.5 , released 2021-09-14
12
12
13
13
This document has all the information you need to get up and
14
14
running with User Sync. It presumes familiarity with the use of
Original file line number Diff line number Diff line change 18
18
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
19
# SOFTWARE.
20
20
21
- __version__ = '2.6.4 '
21
+ __version__ = '2.6.5 '
You can’t perform that action at this time.
0 commit comments