release as v0.1.0

This commit is contained in:
JensDiemer 2020-12-28 20:15:38 +01:00
parent 2e6a3b2a7b
commit 67b080a6b6
3 changed files with 12 additions and 2 deletions

View file

@ -24,6 +24,16 @@ Glue code to package django projects as yunohost apps.
* User Email, First / Last name will be updated from SSO data
## history
* [compare v0.1.0...master](https://github.com/YunoHost-Apps/django_ynh/compare/v0.1.0...master) **dev**
* tbc
* [v0.1.0 - 28.12.2020](https://github.com/YunoHost-Apps/django_ynh/compare/f578f14...v0.1.0)
* first working state
* [23.12.2020](https://github.com/YunoHost-Apps/django_ynh/commit/f578f144a3a6d11d7044597c37d550d29c247773)
* init the project
## Links
* Report a bug about this package: https://github.com/YunoHost-Apps/django_ynh

View file

@ -1 +1 @@
__version__ = '0.1.0alpha0'
__version__ = '0.1.0'

View file

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