Skip to content

Commit b16d32b

Browse files
committed
Prepare v1.7.1
1 parent 32a4984 commit b16d32b

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Introduction
88

99
Multigit help users to manage many Git repositories simultaneously.
1010

11-
Version 1.7 (2025-02-05)
11+
Version 1.7.1 (2025-02-05)
1212
----------------------------
1313
Improvements
1414

packaging/multigit_version_info.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ VSVersionInfo(
66
ffi=FixedFileInfo(
77
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
88
# Set not needed items to zero 0.
9-
filevers=(1,7,0,0),
10-
prodvers=(1,7,0,0),
9+
filevers=(1,7,1,0),
10+
prodvers=(1,7,1,0),
1111
# Contains a bitmask that specifies the valid bits 'flags'r
1212
mask=0x3f,
1313
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -31,12 +31,12 @@ VSVersionInfo(
3131
'040904B0',
3232
[StringStruct('CompanyName', 'IDEMIA'),
3333
StringStruct('FileDescription', 'MultiGit OpenSource'),
34-
StringStruct('FileVersion', '1.7'),
34+
StringStruct('FileVersion', '1.7.1'),
3535
StringStruct('InternalName', 'MultiGit OpenSource'),
3636
StringStruct('LegalCopyright', 'Copyright (C) IDEMIA 2021-2025'),
3737
StringStruct('OriginalFilename', 'Multigit.exe'),
3838
StringStruct('ProductName', 'MultiGit OpenSource'),
39-
StringStruct('ProductVersion', '1.7'),
39+
StringStruct('ProductVersion', '1.7.1'),
4040
StringStruct('Comments', 'Multiple git repositories manager. Developed at IDEMIA by Philippe Fremy')])
4141
]),
4242
VarFileInfo([VarStruct('Translation', [1033, 1200])])

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030

3131
dependencies = [
32-
"pyside2",
32+
"pyside6",
3333
"concurrent-log-handler",
3434
]
3535

@@ -40,7 +40,7 @@ dev = [
4040

4141
# type verification
4242
"mypy",
43-
"pyside2-stubs",
43+
"pyside6-stubs",
4444

4545
# running tests
4646
"pytest<8",

src/gui/content_whatisnew.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Generated from CHANGELOG.md on 2025-02-05 12:58:35.654716
1+
# Generated from CHANGELOG.md on 2025-02-05 22:32:00.447749
22

33

44
content_html = '''
55
<h1 align="center">MultiGit</h1>
66
7-
<p><em>by Phlipppe Fremy <a href="ma&#105;&#108;&#116;&#x6f;&#58;&#112;&#104;&#105;&#108;&#x69;&#112;&#x70;&#101;&#x2e;&#102;&#x72;&#x65;&#x6d;&#x79;&#x40;&#x69;&#100;&#101;&#x6d;&#105;&#97;.&#x63;&#x6f;&#109;">&#112;&#104;&#105;&#108;&#x69;&#112;&#x70;&#101;&#x2e;&#102;&#x72;&#x65;&#x6d;&#x79;&#x40;&#x69;&#100;&#101;&#x6d;&#105;&#97;.&#x63;&#x6f;&#109;</a></em></p>
7+
<p><em>by Phlipppe Fremy <a href="&#109;&#x61;i&#x6c;&#116;&#x6f;&#58;&#112;&#x68;&#x69;&#x6c;&#105;&#x70;&#112;&#x65;&#46;&#x66;&#114;&#x65;&#x6d;&#121;&#x40;&#105;d&#x65;&#x6d;&#105;&#97;&#46;&#x63;&#111;&#109;">&#112;&#x68;&#x69;&#x6c;&#105;&#x70;&#112;&#x65;&#46;&#x66;&#114;&#x65;&#x6d;&#121;&#x40;&#105;d&#x65;&#x6d;&#105;&#97;&#46;&#x63;&#111;&#109;</a></em></p>
88
99
<h2>Introduction</h2>
1010
1111
<p>Multigit help users to manage many Git repositories simultaneously.</p>
1212
13-
<h2>Version 1.7 (2025-02-05)</h2>
13+
<h2>Version 1.7.1 (2025-02-05)</h2>
1414
1515
<p>Improvements</p>
1616

src/mg_const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Product Constants
2424
############################################
2525

26-
VERSION = '1.7'
26+
VERSION = '1.7.1'
2727

2828
MAX_DIFF_LINES = 1000
2929
MAX_GIT_DBG_OUT_CHAR = 5000

0 commit comments

Comments
 (0)