Skip to content

Commit

Permalink
Release v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzap committed Nov 15, 2018
1 parent 05215f9 commit fe12b61
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.1.4

- Setup Travis CI
- Update Python versions in `setup.py`
- Pin dependency versions to fix `markdown` issue

## v1.1.3

- Identify each slide by a numbered class (#171) (dkg)
Expand Down
4 changes: 2 additions & 2 deletions landslide/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
__title__ = 'landslide'
__version__ = '1.1.3'
__version__ = '1.1.4'
__author__ = 'Adam Zapletal'
__author_email__ = '[email protected]'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2015 Adam Zapletal'
__copyright__ = 'Copyright 2018 Adam Zapletal'

from . import generator

0 comments on commit fe12b61

Please sign in to comment.