Skip to content

Commit

Permalink
release candidate 35
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Feb 25, 2021
1 parent 7db8c5f commit 91ede32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion papermerge/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
BETA = 'beta'
RC = 'rc'

VERSION = (2, 0, 0, ALPHA, 0)
VERSION = (2, 0, 0, RC, 35)

__version__ = get_version(VERSION)

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = papermerge-core
version = 2.0.0rc34
version = 2.0.0rc35
description = Open source document management system designed for scanned documents
long_description = file: README.rst
url = https://www.papermerge.com/
Expand Down

0 comments on commit 91ede32

Please sign in to comment.