Skip to content

Commit

Permalink
release 1.6rc9
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Feb 14, 2017
1 parent 377a72c commit 3e7ef09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

setup(
name='Superdesk-Core',
version='1.6rc8',
version='1.6rc9',
description='Superdesk Core library',
long_description=LONG_DESCRIPTION,
author='petr jasek',
Expand Down
4 changes: 3 additions & 1 deletion superdesk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
from .privilege import privilege, intrinsic_privilege, get_intrinsic_privileges # noqa
from .workflow import * # noqa

__version__ = '1.6rc9'

VERSION = (1, 6, 0, 'rc', 9)

API_NAME = 'Superdesk API'
VERSION = (0, 0, 1)
SCHEMA_VERSION = 0
DOMAIN = {}
COMMANDS = {}
Expand Down

0 comments on commit 3e7ef09

Please sign in to comment.