diff --git a/README.md b/README.md index 06600bd..5143946 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/django_ynh/__init__.py b/django_ynh/__init__.py index 181366d..b794fd4 100644 --- a/django_ynh/__init__.py +++ b/django_ynh/__init__.py @@ -1 +1 @@ -__version__ = '0.1.0alpha0' +__version__ = '0.1.0' diff --git a/pyproject.toml b/pyproject.toml index beba137..86594b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "GPL"