Skip to content

Commit

Permalink
changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Oct 11, 2020
1 parent d256f96 commit 2573163
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.5.0] - (Work in Progress)
## [1.5.0.rc1] - 11 October 2020

### Added

- Additional languages included in default configuration of official docker image.
- MySQL Support. Fixes #76.
- Fixes #150 (Directory Navigation)
- Download multiple documents and folders. Fixes #84.
Expand Down
2 changes: 1 addition & 1 deletion papermerge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
BETA = 'beta'
RC = 'rc'

VERSION = (1, 5, 0, ALPHA, 0)
VERSION = (1, 5, 0, RC, 1)

__version__ = get_version(VERSION)

0 comments on commit 2573163

Please sign in to comment.