Skip to content

Commit

Permalink
Release 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
mpastell committed Apr 21, 2016
1 parent b377af7 commit 566e502
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
In 0.25
* New pweave option: `output` allows to set the output file
* New better themes for pypublish and an option to choose theme
* New output format: softcover (https://www.softcover.io/)

In 0.24
* New input format: markdown
* New supported script format: Spyder cell markup
Expand Down
2 changes: 1 addition & 1 deletion pweave/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .config import *
import copy

__version__ = '0.24+'
__version__ = '0.25'


def weave(file, doctype=None, informat=None, shell="python", shell_path=None, plot=True,
Expand Down

0 comments on commit 566e502

Please sign in to comment.