Skip to content

Commit

Permalink
version inc
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Oct 14, 2020
1 parent a808896 commit 365db05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ There are couple options:
* [From docker container](https://papermerge.readthedocs.io/en/latest/setup/docker.html)
* [Using systemd](https://papermerge.readthedocs.io/en/latest/setup/systemd.html)
* [Manual way - detailed step by step instructions](https://papermerge.readthedocs.io/en/latest/setup/manual_way.html)
* Deploy it with ansible... coming soon!

### Comparison With Other DMS

Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
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] - 14 October 2020

## [1.5.0.rc1] - 11 October 2020

### Added
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, RC, 1)
VERSION = (1, 5, 0, FINAL, 0)

__version__ = get_version(VERSION)

0 comments on commit 365db05

Please sign in to comment.