Permalink
Browse files

raising version number for new functionality

  • Loading branch information...
shawnmjones committed Oct 11, 2018
1 parent c08d0d7 commit b32f7c03c7a8387f64984cf9c7a81149a9651a45
Showing with 2 additions and 2 deletions.
  1. +1 −1 docs/source/conf.py
  2. +1 −1 mementoembed/version.py
View
@@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.2018.09.20.175844'
release = '0.2018.10.11.153710'
# -- General configuration ---------------------------------------------------
View
@@ -1,3 +1,3 @@
__appname__ = "MementoEmbed"
__appversion__ = '0.2018.09.20.175844'
__appversion__ = '0.2018.10.11.153710'
__useragent__ = "{}/{}".format(__appname__, __appversion__)

0 comments on commit b32f7c0

Please sign in to comment.