all repos — tint2 @ cde05df1bc8b7a6fa5f2169f89ca0c39fed617e7

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Update release script
o9000 mrovi9000@gmail.com
commit

cde05df1bc8b7a6fa5f2169f89ca0c39fed617e7

parent

5fee45994557d485492ac88b9728f3faec20a403

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M new-release.pynew-release.py

@@ -193,4 +193,4 @@ os.system("git log -p -1 --word-diff")

print "Does this look correct? [y/n]" choice = raw_input().lower() if choice != "y": - run("git reset HEAD~") + run("git reset --hard HEAD~ ; git tag -d %s ; git tag -d v%s" % (version, version))