Skip to content

Instantly share code, notes, and snippets.

View kostajh's full-sized avatar

Kosta Harlan kostajh

View GitHub Profile
@kostajh
kostajh / bump_versions.py
Created February 23, 2012 15:29
bump versions
# bump_versions.py
# A simple script to bump version numbers based on a release branch
# @author Kosta Harlan
# Usage: `python resources/bump_versions.py`
from os import remove, close
import os
import fileinput
from sys import exit
from tempfile import mkstemp