Skip to content

Commit

Permalink
added changes.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
demianbrecht committed Sep 14, 2012
1 parent 0ab044c commit 73f4f66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sanction 0.1.4 (9-14-2012)
==========================
* Added support for refresh_token
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, "README.rst")).read()
README = README + open(os.path.join(here, "CHANGES.txt")).read()

requires = []

Expand Down

0 comments on commit 73f4f66

Please sign in to comment.