Skip to content
Permalink
Browse files

raising the version

  • Loading branch information...
shawnmjones committed Jul 25, 2018
1 parent 196c981 commit d0857cd688bc51c178f0bcdb34413583ab9aa545
Showing with 4 additions and 4 deletions.
  1. +1 −1 docs/source/conf.py
  2. +1 −1 mementoembed/version.py
  3. +2 −2 raiseversion.sh
@@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.2018.07.20.143141'
release = '0.2018.07.25.200413'


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

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

0 comments on commit d0857cd

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