mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
release as v0.1.2rc1
This commit is contained in:
parent
a58ba43e18
commit
722de42ecd
5 changed files with 8 additions and 6 deletions
|
@ -45,9 +45,11 @@ A password is not needed, because auth done via SSOwat ;)
|
|||
|
||||
## history
|
||||
|
||||
* [compare v0.1.0...master](https://github.com/YunoHost-Apps/django_ynh/compare/v0.1.0...master) **dev**
|
||||
* [compare v0.1.2rc1...master](https://github.com/YunoHost-Apps/django_ynh/compare/v0.1.2rc1...master) **dev**
|
||||
* tbc
|
||||
* [v0.1.1 - 28.12.2020](https://github.com/YunoHost-Apps/django_ynh/compare/v0.1.0...v0.1.1)
|
||||
* [v0.1.2rc1 - 29.12.2020](https://github.com/YunoHost-Apps/django_ynh/compare/v0.1.1...v0.1.2rc1) **unreleased, yet**
|
||||
* Bugfixes
|
||||
* [v0.1.1 - 29.12.2020](https://github.com/YunoHost-Apps/django_ynh/compare/v0.1.0...v0.1.1)
|
||||
* Refactor "create_superuser" to a manage command, useable via "django_ynh" in `INSTALLED_APPS`
|
||||
* Generate "conf/requirements.txt" and use this file for install
|
||||
* rename own settings and urls (in `/conf/`)
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.1'
|
||||
__version__ = '0.1.2rc1'
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": {
|
||||
"en": "Glue code to package django projects as yunohost apps."
|
||||
},
|
||||
"version": "0.1.1~ynh1",
|
||||
"version": "0.1.2rc1~ynh1",
|
||||
"url": "https://github.com/jedie/django_ynh",
|
||||
"license": "GPL-3.0",
|
||||
"maintainer": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "django_ynh"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2rc1"
|
||||
description = "Glue code to package django projects as yunohost apps."
|
||||
authors = ["JensDiemer <git@jensdiemer.de>"]
|
||||
license = "GPL"
|
||||
|
|
|
@ -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.1"
|
||||
pip_install_string="django_ynh==0.1.2rc1"
|
||||
|
||||
#=================================================
|
||||
# Redis HELPERS
|
||||
|
|
Loading…
Reference in a new issue