Skip to content

Commit

Permalink
new release, 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfk committed Jan 9, 2018
1 parent fdeb036 commit 5e54122
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ History
UNRELEASED
------------------

0.13.0 (2018-01-9)
-------------------
* Added a bunch of custom parser:
- robozilla
- websocket-client
- pep8-naming
- py-trello
- synapse
- django-haystack
- libsass
- lazy-object-proxy

0.12.0 (2017-05-18)
-------------------
* Added a bunch of custom parser:
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.12.0'
__version__ = '0.13.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 @@ -27,7 +27,7 @@

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

0 comments on commit 5e54122

Please sign in to comment.