Skip to content

Commit

Permalink
new release, 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfk committed Apr 26, 2017
1 parent 1d79650 commit 0b2f923
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ History
UNRELEASED
------------------


0.10.0 (2017-04-26)
-------------------
* Added support for GitHub release pages
* Added experimental support for git commit log parsing

0.9.0 (2017-04-05)
------------------
Expand Down
2 changes: 1 addition & 1 deletion changelogs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

__author__ = """Jannis Gebauer"""
__email__ = 'jay@pyup.io'
__version__ = '0.9.0'
__version__ = '0.10.0'


url_re = re.compile(r"(https?://[^\s<>\"'\x7f-\xff]+)", re.IGNORECASE)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name='changelogs',
version='0.9.0',
version='0.10.0',
description="A changelog finder and parser.",
long_description=readme + '\n\n' + history,
author="Jannis Gebauer",
Expand Down

0 comments on commit 0b2f923

Please sign in to comment.