Skip to content

Commit

Permalink
Merge pull request #174 from Mirantis/release-0.14
Browse files Browse the repository at this point in the history
prepare release 0.14
  • Loading branch information
tomkukral authored Dec 20, 2017
2 parents 878035f + d76aa30 commit a97bd19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
recursive-include kqueen/blueprints/ *.html
include kqueen/config/default_policy.json
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

version = '0.13'
version = '0.14'

with open('README.rst') as f:
long_description = ''.join(f.readlines())
Expand Down Expand Up @@ -30,6 +30,7 @@
download_url='https://github.com/Mirantis/kqueen/archive/v{}.tar.gz'.format(version),
packages=find_packages(),
zip_safe=False,
include_package_data=True,
install_requires=[
'bcrypt',
'Flask==0.12.2',
Expand Down

0 comments on commit a97bd19

Please sign in to comment.