Skip to content

Commit

Permalink
new release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfk committed Mar 6, 2017
1 parent a64655d commit 0c8dfb2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
History
=======

0.7.0 (2016-03-06)
------------------

* added custom parsers
- cheroot
- pyparsing
- gunicorn
- sqlalchemy
- djangorestframework
* tweaked the get_head function

0.6.1 (2016-02-08)
------------------

Expand Down
2 changes: 1 addition & 1 deletion changelogs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

__author__ = """Jannis Gebauer"""
__email__ = 'jay@pyup.io'
__version__ = '0.6.1'
__version__ = '0.7.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

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

0 comments on commit 0c8dfb2

Please sign in to comment.