Skip to content

Commit

Permalink
Fix package pip
Browse files Browse the repository at this point in the history
  • Loading branch information
beudbeud committed Feb 24, 2020
1 parent ff4ac07 commit 888b4e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

0.8.3 (2020-02-24)
* Fix pip package

0.8.2 (2019-09-25)
* Fix encryption page
* Fix URI local (Thanks QShulz)
Expand Down
2 changes: 1 addition & 1 deletion prosopopee/prosopopee.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def build_index(settings, galleries_cover, templates, gallery_path='', sub_index


def main():
arguments = docopt(__doc__, version='0.8.1')
arguments = docopt(__doc__, version='0.8.3')
settings = get_settings()

front_page_galleries_cover = []
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = fh.read()

setup(name='prosopopee',
version='0.8.2',
version='0.8.3',
description='A static website generator that allows you to tell a story with your pictures',
author='Laurent Peuch',
long_description=long_description,
Expand Down

0 comments on commit 888b4e4

Please sign in to comment.