Logo
Explore Help
Sign In
feedc0de/Catch2
1
0
Fork 0
You've already forked Catch2
forked from catchorg/Catch2
Code Pull Requests Activity
Files
0270afb21b2ce7bacab515ef38a0371b567fcbd9
Catch2/scripts/majorRelease.py

13 lines
290 B
Python
Raw Normal View History

Python scripts can now be run directly from bash
2017-01-20 12:28:40 +01:00
#!/usr/bin/env python
Committed to semantic versioning as prompted by #365, #430, #447 and a thread on the google group. - split version bumping out of generateSingleHeader script - separate scripts for bumping each version component - "build" number only incremented for "develop" builds
2015-06-29 18:05:23 +01:00
from __future__ import print_function
from releaseCommon import Version
v = Version()
v.incrementMajorVersion()
v.updateVersionFile()
v.updateReadmeFile()
#926 Update Conan version by release - Update release scripts to increment Conan version Signed-off-by: Uilian Ries <uilianries@gmail.com>
2017-06-23 11:06:49 -03:00
v.updateConanFile()
Committed to semantic versioning as prompted by #365, #430, #447 and a thread on the google group. - split version bumping out of generateSingleHeader script - separate scripts for bumping each version component - "build" number only incremented for "develop" builds
2015-06-29 18:05:23 +01:00
#926 Update Conan version by release - Update release scripts to increment Conan version Signed-off-by: Uilian Ries <uilianries@gmail.com>
2017-06-23 11:06:49 -03:00
print( "Updated Version.hpp, README and Conan to v{0}".format( v.getVersionString() ) )
Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 1470ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API