Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaswinkler committed Jan 8, 2021
1 parent fad6e72 commit 34a0643
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/hub/docker-compose.postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
POSTGRES_PASSWORD: paperless

webserver:
image: jonaswinkler/paperless-ng:0.9.12
image: jonaswinkler/paperless-ng:0.9.13
restart: always
depends_on:
- db
Expand Down
2 changes: 1 addition & 1 deletion docker/hub/docker-compose.sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
restart: always

webserver:
image: jonaswinkler/paperless-ng:0.9.12
image: jonaswinkler/paperless-ng:0.9.13
restart: always
depends_on:
- broker
Expand Down
2 changes: 1 addition & 1 deletion docker/hub/docker-compose.tika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
restart: always

webserver:
image: jonaswinkler/paperless-ng:0.9.12
image: jonaswinkler/paperless-ng:0.9.13
restart: always
depends_on:
- broker
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
Changelog
*********

paperless-ng 0.9.13
###################

* Fixed an issue with Paperless not starting due to the new Tika integration when ``USERMAP_UID`` and ``USERMAP_GID`` was used
in the ``docker-compose.env`` file.

paperless-ng 0.9.12
###################

Expand Down
2 changes: 1 addition & 1 deletion src-ui/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export const environment = {
production: true,
apiBaseUrl: "/api/",
appTitle: "Paperless-ng",
version: "0.9.12"
version: "0.9.13"
};
2 changes: 1 addition & 1 deletion src/paperless/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (0, 9, 12)
__version__ = (0, 9, 13)

0 comments on commit 34a0643

Please sign in to comment.