Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 11, 2017
1 parent f245c25 commit da6b58a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@

setuptools.setup(
name = "appier_extras",
version = "0.13.23",
version = "0.13.24",
author = "Hive Solutions Lda.",
author_email = "development@hive.pt",
description = "Appier Framework Extra Elements",
Expand All @@ -59,8 +59,12 @@
"appier_extras.parts.admin.partials",
"appier_extras.parts.admin.social",
"appier_extras.parts.captcha",
"appier_extras.parts.contentful",
"appier_extras.parts.contentful.partials",
"appier_extras.parts.csfr",
"appier_extras.parts.opbeat",
"appier_extras.parts.prismic",
"appier_extras.parts.prismic.partials",
"appier_extras.parts.sematext",
"appier_extras.test",
"appier_extras.utils"
Expand Down
2 changes: 1 addition & 1 deletion src/appier_extras/base.py
Expand Up @@ -41,6 +41,6 @@
""" The name to be used to describe the library while working
on its own environment, this is just a descriptive value """

VERSION = "0.13.23"
VERSION = "0.13.24"
""" The version of the library that is currently installed
this value may be used for debugging/diagnostic purposes """

0 comments on commit da6b58a

Please sign in to comment.