Skip to content
Permalink
Browse files

raising version

  • Loading branch information...
shawnmjones committed Jul 10, 2019
1 parent adb713d commit 0faa1d7a5223c760e0d3d7c95f0ae82fdbc35b4c
Showing with 6 additions and 5 deletions.
  1. +1 −1 docs/source/conf.py
  2. +1 −1 raintale/version.py
  3. +4 −3 raiseversion.sh
@@ -26,7 +26,7 @@
# The short X.Y version
version = u''
# The full version, including alpha/beta/rc tags
release = u'0.2019.06.17.193810'
release = u'0.2019.07.10.193525'


# -- General configuration ---------------------------------------------------
@@ -1,3 +1,3 @@
__appname__ = "raintale"
__appversion__ = '0.2019.07.08.154539'
__appversion__ = '0.2019.07.10.193525'
__useragent__ = "{}/{}".format(__appname__, __appversion__)
@@ -3,9 +3,10 @@
# Update version in project
VERSION_STRING=`date -u +0.%Y.%m.%d.%H%M%S`
FILE_NAME='raintale/version.py'
# DOC_FILE_NAME='docs/source/conf.py'
DOC_FILE_NAME='docs/source/conf.py'

# Update mementoembed version
# Update Raintale version
sed -i.bak "s/^__appversion__ = .*$/__appversion__ = '$VERSION_STRING'/g" $FILE_NAME
rm $FILE_NAME.bak
# sed -i.bak "s/^release = '.*'$/release = '$VERSION_STRING'/g" $DOC_FILE_NAME
sed -i.bak "s/^release = u'.*'$/release = u'$VERSION_STRING'/g" $DOC_FILE_NAME
rm $DOC_FILE_NAME.bak

0 comments on commit 0faa1d7

Please sign in to comment.
You can’t perform that action at this time.