all repos — tint2 @ e2bbbd7835cdcc44f0467f723ff34258e651cfd4

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

Update versioning script
o9000 mrovi9000@gmail.com
commit

e2bbbd7835cdcc44f0467f723ff34258e651cfd4

parent

b38ae3aad3a4f136607e7038cee02dc5d5f467ff

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

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

@@ -79,7 +79,7 @@

def inc_version(v, feature=False): if v.startswith("v0."): assert v == "v0.14.6" - return "15.0" + return "v15.0" # v4.11 -> v4.12 or v5.0 parts = v.split(".") while len(parts) < 2: