Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Jul 11, 2014
1 parent 23b4911 commit b2f86b8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# [Changelog](https://github.com/michaeljoseph/changes/releases)

## [0.5.0](https://github.com/michaeljoseph/changes/compare/0.4.0...0.5.0)

* [74a6405](https://github.com/michaeljoseph/changes/commit/74a6405) Linting
* [d51d9b1](https://github.com/michaeljoseph/changes/commit/d51d9b1) Rework virtualenv handling
* [ca8b607](https://github.com/michaeljoseph/changes/commit/ca8b607) Add missing venv module
* [742c723](https://github.com/michaeljoseph/changes/commit/742c723) virtualenv-api
* [2819307](https://github.com/michaeljoseph/changes/commit/2819307) Ignore rope
* [a1ea585](https://github.com/michaeljoseph/changes/commit/a1ea585) Spurious
* [8128ebc](https://github.com/michaeljoseph/changes/commit/8128ebc) Skip failing tests (for now) (those are not famous last words)
* [2cc181b](https://github.com/michaeljoseph/changes/commit/2cc181b) Revert "Snuggle requirements"
* [a4e4993](https://github.com/michaeljoseph/changes/commit/a4e4993) Fix git log formatting
* [a20c3f8](https://github.com/michaeljoseph/changes/commit/a20c3f8) Snuggle requirements
* [80a3da5](https://github.com/michaeljoseph/changes/commit/80a3da5) Ignore travis-solo
* [085e02b](https://github.com/michaeljoseph/changes/commit/085e02b) Update upload command docs to include wheels
* [21dbae8](https://github.com/michaeljoseph/changes/commit/21dbae8) Fix markup
* [2d02bd6](https://github.com/michaeljoseph/changes/commit/2d02bd6) Handle initial release with exceptions

## [0.4.0](https://github.com/michaeljoseph/changes/compare/0.3.0...0.4.0)

* [8796606](https://github.com/michaeljoseph/changes/commit/8796606) Discard sh intermediates
Expand Down
2 changes: 1 addition & 1 deletion changes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Generates a github changelog, tags and uploads your python library"""

__version__ = '0.4.0'
__version__ = '0.5.0'
__url__ = 'https://github.com/michaeljoseph/changes'
__author__ = 'Michael Joseph'
__email__ = 'michaeljoseph@gmail.com'
Expand Down

0 comments on commit b2f86b8

Please sign in to comment.