Skip to content

Commit

Permalink
Release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzap committed Mar 12, 2015
1 parent 03d687b commit 9a70c0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Master
## v1.1.3

- Identify each slide by a numbered class (#171) (dkg)
- Fix theme image embedding regex to grab all images (#170)
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.2',
version='1.1.3',
description='Lightweight markup language-based html5 slideshow generator',
packages=find_packages('src'),
package_dir = {'': 'src'},
Expand Down
2 changes: 1 addition & 1 deletion src/landslide/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'landslide'
__version__ = '1.1.2'
__version__ = '1.1.3'
__author__ = 'Adam Zapletal'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2015 Adam Zapletal'

0 comments on commit 9a70c0f

Please sign in to comment.