Skip to content

Commit cf02ac4

Browse files
committedJun 22, 2018
set_version_to.py adaption for Cygwin
1 parent cf8ef61 commit cf02ac4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
 

‎.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
*.cs text diff=csharp
66
*.sln text eol=crlf
77
*.sh text eol=lf
8+
*.py text eol=lf

‎Setup/set_version_to.py

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
3+
4+
"""Update version in GitExtension source files
5+
"""
6+
17
import argparse, sys
28
import re
39

0 commit comments

Comments
 (0)
Please sign in to comment.