mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
added changelog
This commit is contained in:
15
CHANGELOG.rst
Normal file
15
CHANGELOG.rst
Normal file
@@ -0,0 +1,15 @@
|
||||
.. :changelog:
|
||||
|
||||
Changelog
|
||||
---------
|
||||
|
||||
0.6.0 (2013-05-14)
|
||||
++++++++++++++++++
|
||||
|
||||
* much faster parser with builtin part caching
|
||||
* a test suite, thanks @tkf
|
||||
|
||||
0.5 versions (2012)
|
||||
+++++++++++++++++++
|
||||
|
||||
* Initial development
|
||||
2
setup.py
2
setup.py
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user