Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
updated jinja2 version in Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tipi committed Apr 11, 2019
1 parent 7400d18 commit 8311a5e
Show file tree
Hide file tree
Showing 6 changed files with 348 additions and 276 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Expand Up @@ -2,6 +2,11 @@
History
=======

0.1.4 (2019-04-02)
------------------

* Fixed security issue in Jinja2 package version in Pipfile.

0.1.3 (2019-04-02)
------------------

Expand Down
1 change: 1 addition & 0 deletions Pipfile
Expand Up @@ -27,6 +27,7 @@ sphinx = ">=1.6"
cryptography = "==1.7"
pyyaml = "==4.2b1"
lxml = ">=1.3"
Jinja2 = ">=2.10.1"


[requires]
Expand Down
612 changes: 339 additions & 273 deletions Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pakettikauppa/__init__.py
Expand Up @@ -4,4 +4,4 @@

__author__ = """Porntip Chaibamrung"""
__email__ = 'tipi@vilkas.fi'
__version__ = '0.1.3'
__version__ = '0.1.4'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.3
current_version = 0.1.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@

setup(
name='pakettikauppa',
version='0.1.3',
version='0.1.4',
description="Client python modules for Pakettikauppa integration",
long_description=readme + '\n\n' + history,
author="Porntip Chaibamrung",
Expand Down

0 comments on commit 8311a5e

Please sign in to comment.