Skip to content

Commit 7dbd9f3

Browse files
committed
Merge branch 'v2'
2 parents b9c576c + 96c4d32 commit 7dbd9f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.6.0
30+
user-sync.exe 2.6.1
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.1.1, released 2017-06-09
11+
Version 2.6.1, released 2020-09-16
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.6.0'
21+
__version__ = '2.6.1'

0 commit comments

Comments
 (0)