Skip to content

Commit

Permalink
Now the version includes the full Debian version
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Jun 24, 2022
1 parent 74ccf4b commit cb85e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/versioneer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
def get_version():
with open("debian/changelog", "rt") as f:
line = f.readline()
m = re.match("pcbdraw \(([\d\.]+)\-\d+\)", line)
m = re.match("pcbdraw \(([\d\.]+\-\d+)\)", line)
assert m
version = m.group(1)
with open("pcbdraw/_version.py", "wt") as f:
Expand Down

0 comments on commit cb85e66

Please sign in to comment.