bumping version and including it in tags

master
lance 5 years ago
parent edb7d8c4f9
commit 8cabf2a05b

@ -1 +1 @@
__version__ = "0.1"
__version__ = "0.0.2"

@ -9,6 +9,7 @@ from arrow import get as arrow_get
from arrow import utcnow as arrow_utcnow
from flask import current_app as app
from secrets import token_urlsafe
from secretshare import __version__
class Secret(object):
@ -116,6 +117,10 @@ class Secret(object):
{
'Key': 'ExpireOnRead',
'Value': str(self.expire_on_read)
},
{
'Key': 'Version',
'Value': str(__version__)
}
]
)

Loading…
Cancel
Save