Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzap committed Mar 8, 2015
1 parent e6bdb95 commit d1cf1e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Changelog

A log of changes to Landslide that are worth mentioning

## Master
## v1.1.2

- Add support for Python 3
- Allow support for copy_theme argument in CFG files (#139) (syscomet)
- Improve MathJax rendering for Markdown files
- Support math output (#144) (davidedelvento)
- Allow presenter notes in slides with no heading in RST files (#141) (regebro)
- And more...

## v1.1.1

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='landslide',
version='1.1.1',
version='1.1.2',
description='Lightweight markup language-based html5 slideshow generator',
packages=find_packages('src'),
package_dir = {'': 'src'},
Expand Down

0 comments on commit d1cf1e6

Please sign in to comment.