Skip to content

Commit

Permalink
New version 0.19.49
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Nov 22, 2019
1 parent 9f0d28a commit addbf16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@

setuptools.setup(
name = "appier_extras",
version = "0.19.48",
version = "0.19.49",
author = "Hive Solutions Lda.",
author_email = "development@hive.pt",
description = "Appier Framework Extra Elements",
Expand Down Expand Up @@ -71,6 +71,7 @@
"appier_extras.parts.preflight",
"appier_extras.parts.prismic",
"appier_extras.parts.prismic.partials",
"appier_extras.parts.recaptcha",
"appier_extras.parts.sematext",
"appier_extras.test",
"appier_extras.test.admin",
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.19.48"
VERSION = "0.19.49"
""" The version of the library that is currently installed
this value may be used for debugging/diagnostic purposes """

0 comments on commit addbf16

Please sign in to comment.