mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Show version in docs
Thanks, @nedbat https://twitter.com/nedbat/status/1150490436114534400
This commit is contained in:
parent
91311bb0db
commit
65b2156d9c
2 changed files with 4 additions and 4 deletions
|
|
@ -58,7 +58,7 @@ pipe = Popen("git describe --tags --always", stdout=PIPE, shell=True)
|
|||
git_version = pipe.stdout.read().decode("utf8")
|
||||
|
||||
if git_version:
|
||||
version = git_version
|
||||
version = git_version.rsplit("-", 1)[0]
|
||||
release = git_version
|
||||
else:
|
||||
version = ""
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
==============
|
||||
sqlite-utils
|
||||
==============
|
||||
=======================
|
||||
sqlite-utils |version|
|
||||
=======================
|
||||
|
||||
*Python utility functions for manipulating SQLite databases*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue