Skip to content
Permalink
Browse files

raising version for fix

  • Loading branch information...
shawnmjones committed Jul 9, 2019
1 parent 27291b0 commit 82e0aa395cad15e3ca9c3f59ad069b5b15e61c68
Showing with 4 additions and 4 deletions.
  1. +2 −2 config/default.py
  2. +1 −1 docs/source/conf.py
  3. +1 −1 mementoembed/version.py
@@ -19,8 +19,8 @@
IMAGEREEL_WORKING_FOLDER = "/tmp/mementoembed/imagereels"
IMAGEREEL_DURATION = 100
IMAGEREEL_COUNT = 5
IMAGEREEL_WIDTH = 96
IMAGEREEL_HEIGHT = 96
IMAGEREEL_WIDTH = 320
IMAGEREEL_HEIGHT = 240
ENABLE_DOCREEL = "Yes"
DOCREEL_WORKING_FOLDER = "/tmp/mementoembed/docreels"
DOCREEL_DEFAULT_FONT_PATH = "mementoembed/static/fonts/OpenSans-Regular.ttf"
@@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.2019.07.08.020342'
release = '0.2019.07.09.175735'


# -- General configuration ---------------------------------------------------
@@ -1,3 +1,3 @@
__appname__ = "MementoEmbed"
__appversion__ = '0.2019.07.08.020342'
__appversion__ = '0.2019.07.09.175735'
__useragent__ = "{}/{}".format(__appname__, __appversion__)

0 comments on commit 82e0aa3

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