Skip to content

Commit

Permalink
Start using a HISTORY file to record released changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrnz committed Feb 17, 2013
1 parent 6dcefda commit e5c2143
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
18 Feb 2013 -- Version v0.3.6
=============================

59e7af6 Define 'is_uniform' property for a DataSegment.
28a13dc Use latest httplib2 and don't automatically retry when errors.
5c0951f Correctly detect errors when connecting to a remote repository.
c96d5da Remove dependency on Tornado's HTTP client.
14 changes: 14 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Releasing a new version
=======================

Update and commit HISTORY:::

git log --summary --oneline v0.3.5..
vi HISTORY

::

git push
git tag -m"Release v0.3.6" v0.3.6
git push origin v0.3.6
python setup.py sdist upload

0 comments on commit e5c2143

Please sign in to comment.