version bump

This commit is contained in:
jonaswinkler 2021-01-17 00:52:54 +01:00
parent d5eff386db
commit f919ec0d57
4 changed files with 22 additions and 9 deletions

View File

@ -208,7 +208,7 @@ jobs:
tag_name: ng-${{ steps.get_version.outputs.version }} tag_name: ng-${{ steps.get_version.outputs.version }}
release_name: Paperless-ng ${{ steps.get_version.outputs.version }} release_name: Paperless-ng ${{ steps.get_version.outputs.version }}
draft: false draft: false
prerelease: true prerelease: false
body: | body: |
For a complete list of changes, see the changelog at https://paperless-ng.readthedocs.io/en/latest/changelog.html. For a complete list of changes, see the changelog at https://paperless-ng.readthedocs.io/en/latest/changelog.html.
- -

View File

@ -5,6 +5,19 @@
Changelog Changelog
********* *********
paperless-ng 1.0.0
##################
Nothing special about this release, but since there are relatively few bug reports coming in, I think that this is reasonably stable.
* Changes and additions
* Added a language selector to the settings.
* Added date format options to the settings.
* Range selection with shift clicking is now possible in the document list.
paperless-ng 0.9.14 paperless-ng 0.9.14
################### ###################

View File

@ -2,5 +2,5 @@ export const environment = {
production: true, production: true,
apiBaseUrl: "/api/", apiBaseUrl: "/api/",
appTitle: "Paperless-ng", appTitle: "Paperless-ng",
version: "0.9.14" version: "1.0.0"
}; };

View File

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