Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rshk committed Jul 3, 2014
1 parent 7d13e6c commit 7f6ecd9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Changelog
=========

v0.1.1
------

- Initial version, with support for base objects.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
from setuptools import setup, find_packages

version = '0.1.1a'
version = '0.1.1'

with open('README.rst') as fp:
longdesc = fp.read()

with open('CHANGELOG.rst') as fp:
longdesc += fp.read()


setup(
name='differ',
Expand Down

0 comments on commit 7f6ecd9

Please sign in to comment.