Skip to content

Commit

Permalink
release v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kneufeld committed Dec 29, 2018
1 parent e3855b8 commit 0aa87ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Here's what we all hope is an accurate list of things that have changed
between versions.

## v0.4.5

* attempting to freeze with pyinstaller
* attempting to create release build with travisci

## v0.4.4

* fix deprecated CommonMark to commonmark
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ for some pretty graphs.
* fboender, filed great bug report showing a bad deploy to pypi
* vext01, pointed out version bug
* ap8322, changed setup.py from CommonMark to commonmark
* pmiddend, asked about click 7, prompted pyinstaller freezing
2 changes: 1 addition & 1 deletion consolemd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

__title__ = 'consolemd'
__version__ = '0.4.4'
__version__ = '0.4.5'
__author__ = 'Kurt Neufeld'
__author_email__ = 'kneufeld@burgundywall.com'
__license__ = 'MIT License'
Expand Down

0 comments on commit 0aa87ae

Please sign in to comment.