bump v0.1.3

This commit is contained in:
JensDiemer 2021-01-08 08:52:08 +01:00
parent 19b4bfb8fc
commit 4d3e8ad8df
4 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
__version__ = '0.1.2'
__version__ = '0.1.3'

View file

@ -5,7 +5,7 @@
"description": {
"en": "Glue code to package django projects as yunohost apps."
},
"version": "0.1.2~ynh1",
"version": "0.1.3~ynh1",
"url": "https://github.com/jedie/django_ynh",
"license": "GPL-3.0",
"maintainer": {

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "django_ynh"
version = "0.1.2"
version = "0.1.3"
description = "Glue code to package django projects as yunohost apps."
authors = ["JensDiemer <git@jensdiemer.de>"]
license = "GPL"

View file

@ -28,7 +28,7 @@ log_file="${log_path}/django_ynh.log"
pkg_dependencies="build-essential python3-dev python3-pip python3-venv git postgresql postgresql-contrib"
# To install/upgrade this project via pip:
pip_install_string="django_ynh==0.1.2"
pip_install_string="django_ynh==0.1.3"
#=================================================
# Redis HELPERS