Version bumb

This commit is contained in:
Jonas Winkler 2018-12-11 14:32:30 +01:00
parent ea58c66fd4
commit 872d657361
3 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,15 @@
Changelog (jonaswinkler)
########################
1.0.0
=====
* First release based on paperless 2.6.0
* Added: Automatic document classification using neural networks (replaces
regex-based tagging)
* Added: Document types
* Added: Archive serial number allows easy referencing of physical document
copies
* Added: Inbox tags (added automatically to newly consumed documents)
* Added: Document viewer on document edit page
* Database backend is now configurable

View File

@ -46,3 +46,4 @@ Contents
contributing
scanners
changelog
changelog_jonaswinkler

View File

@ -1 +1 @@
__version__ = (2, 6, 0)
__version__ = (1, 0, 0)