don't include newlines in version string
This commit is contained in:
parent
5b84a436a0
commit
689312cc87
@ -1,4 +1,4 @@
|
|||||||
""" VERSION defintion. THIS FILE IS MANUALLY PARSED BY setup.py and REQUIRES A SPECIFIC FORMAT """
|
""" VERSION defintion. THIS FILE IS MANUALLY PARSED BY setup.py and REQUIRES A SPECIFIC FORMAT """
|
||||||
__version__ = '''
|
__version__ = '''
|
||||||
2.4
|
2.4
|
||||||
'''
|
'''.strip()
|
||||||
|
Loading…
Reference in New Issue
Block a user