added changelog

This commit is contained in:
David Halter
2013-05-11 16:55:02 +04:30
parent 7d4fe30c63
commit 977f4871d6
2 changed files with 16 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ from setuptools import setup
__AUTHOR__ = 'David Halter'
__AUTHOR_EMAIL__ = 'davidhalter88@gmail.com'
readme = open('README.rst').read()
readme = open('README.rst').read() + '\n\n' + open('CHANGELOG.rst').read()
import jedi
VERSION = '.'.join(str(x) for x in jedi.__version__)