Skip to content

Commit 6ce1c7b

Browse files
committed
prepare new release
1 parent f0fd722 commit 6ce1c7b

File tree

6 files changed

+21
-6
lines changed

6 files changed

+21
-6
lines changed

.changelog/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
| tag | date | title |
2+
|---|---|---|
3+
| v2.7.3 | 2022-03-29 | User Sync Tool v2.7.3 |
4+
5+
\#755 Fix Sign email comparison issue
6+
\#774 ESM trustee sync fix
7+
\#761 Remove six dependency
8+
\#776 Sign timeout error fix
9+
fe073bf7 Update Sign summary log counts
10+
11+
---
12+
113
| tag | date | title |
214
|---|---|---|
315
| v2.7.2 | 2022-03-21 | User Sync Tool v2.7.2 |

.changelog/latest.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
\#763 Fix CentOS build
2-
\#759 Resolve Windows keyring error
1+
\#755 Fix Sign email comparison issue
2+
\#774 ESM trustee sync fix
3+
\#761 Remove six dependency
4+
\#776 Sign timeout error fix
5+
fe073bf7 Update Sign summary log counts

docs/en/success-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nav_level: 1
88
nav_order: 100
99
---
1010

11-
Version 2.7.2, released 2022-03-21
11+
Version 2.7.3, released 2022-03-29
1212

1313
This document walks you through the steps needed to understand
1414
and setup the User Sync Tool.

docs/en/success-guide/test_run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ These commands ought to produce an output similar to the following:
2727

2828
```
2929
> .\user-sync.exe -v
30-
user-sync.exe 2.7.2
30+
user-sync.exe 2.7.3
3131
```
3232

3333
```

docs/en/user-manual/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nav_level: 1
88
nav_order: 10
99
---
1010

11-
Version 2.7.2, released 2022-03-21
11+
Version 2.7.3, released 2022-03-29
1212

1313
This document has all the information you need to get up and
1414
running with User Sync. It presumes familiarity with the use of

user_sync/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
# SOFTWARE.
2020

21-
__version__ = '2.7.2'
21+
__version__ = '2.7.3'

0 commit comments

Comments
 (0)