versioning.

This commit is contained in:
Jonas Winkler 2020-11-14 12:13:46 +01:00
parent 1d759b75b5
commit b3d0520d37
4 changed files with 5 additions and 5 deletions

@ -5,7 +5,7 @@ services:
restart: always restart: always
webserver: webserver:
image: jonaswinkler/paperless-ng:latest image: jonaswinkler/paperless-ng:0.9
restart: always restart: always
depends_on: depends_on:
- broker - broker

@ -15,7 +15,7 @@ services:
POSTGRES_PASSWORD: paperless POSTGRES_PASSWORD: paperless
webserver: webserver:
image: jonaswinkler/paperless-ng:latest image: jonaswinkler/paperless-ng:0.9
restart: always restart: always
depends_on: depends_on:
- db - db

@ -5,8 +5,8 @@
Changelog Changelog
********* *********
paperless-ng 1.0 paperless-ng 0.9.0
################ ##################
* **Deprecated:** GnuPG. Don't use it. If you're still using it, be aware that it * **Deprecated:** GnuPG. Don't use it. If you're still using it, be aware that it
offers no protection at all, since the passphrase is stored alongside with the offers no protection at all, since the passphrase is stored alongside with the

@ -1 +1 @@
__version__ = (1, 0, 0) __version__ = (0, 9, 0)