mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
release as v0.1.0
This commit is contained in:
parent
2e6a3b2a7b
commit
67b080a6b6
3 changed files with 12 additions and 2 deletions
10
README.md
10
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
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.0alpha0'
|
||||
__version__ = '0.1.0'
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue