Skip to content

Commit

Permalink
update changelog and bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed Apr 12, 2018
1 parent a0fc9c3 commit b5478e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.textile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
h1. Textile Changelog

h2. Version 3.0.2
* BUGFIX: Fix for multiple multi-line paragraphs. ("#62":https://github.com/textile/python-textile/pull/62)

h2. Version 3.0.1
* BUGFIX: Fix improper handling of extended code blocks. ("#61":https://github.com/textile/python-textile/pull/61)

Expand Down
2 changes: 1 addition & 1 deletion textile/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '3.0.1'
VERSION = '3.0.2'

0 comments on commit b5478e8

Please sign in to comment.