Skip to content

Commit

Permalink
0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfk committed May 18, 2017
1 parent ecbab68 commit e252f4b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ History
UNRELEASED
------------------

0.12.0 (2017-05-18)
-------------------
* Added a bunch of custom parser:
- flake8
- pyyaml
- six
- factory-boy
- jinja2
- docutils
- sphinx-rtd-theme
- whitenoise
- numpy
- beautifulsoup4
- mccabe
- django-braces
- alabaster
- cffi
- django-coverage-plugin
- newrelic
- pandas
- twine
- pep8-naming
- django-storages-redux
- pbr


0.11.0 (2017-05-10)
-------------------

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.11.0'
__version__ = '0.12.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.11.0',
version='0.12.0',
description="A changelog finder and parser.",
long_description=readme + '\n\n' + history,
author="Jannis Gebauer",
Expand Down

0 comments on commit e252f4b

Please sign in to comment.