update changelog

This commit is contained in:
Lance Edgar 2013-05-12 08:31:17 -07:00
parent c4b042c9be
commit b2fdbbc60d
5 changed files with 21 additions and 12 deletions

18
CHANGES.rst Normal file
View file

@ -0,0 +1,18 @@
0.3a3
-----
- [general] Fixed namespace package declaration.
- [general] Added initial Fabric script.
0.3a2
-----
- Tweaked default label format.
0.3a1
-----
- Initial port to Rattail v0.3.

View file

@ -1,10 +0,0 @@
0.3a2
-----
- Tweaked default label format.
0.3a1
-----
- Initial port to Rattail v0.3.

View file

@ -1 +1,2 @@
include *.txt include *.txt
include *.rst

View file

@ -1 +1 @@
__version__ = '0.3a2' __version__ = '0.3a3'

View file

@ -30,7 +30,7 @@ from setuptools import setup, find_packages
here = os.path.abspath(os.path.dirname(__file__)) here = os.path.abspath(os.path.dirname(__file__))
execfile(os.path.join(here, 'rattail', 'hw', 'cognitive', '_version.py')) execfile(os.path.join(here, 'rattail', 'hw', 'cognitive', '_version.py'))
README = open(os.path.join(here, 'README.txt')).read() README = open(os.path.join(here, 'README.txt')).read()
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read() CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
requires = [ requires = [