mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 09:23:14 +02:00
This commit is contained in:
parent
7632e8cda2
commit
d52b6743f9
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
def tag_release():
|
||||
from libprs500 import __version__
|
||||
print 'Tagging release'
|
||||
base = 'https://kovid@svn.kovidgoyal.net/code/libprs500'
|
||||
tag = base + '/tags/'+__version__
|
||||
client = pysvn.Client()
|
||||
|
|
|
|||
Loading…
Reference in a new issue