Skip to content

Commit

Permalink
Bump to 0.5
Browse files Browse the repository at this point in the history
0.5 release; make sure to include atom template
  • Loading branch information
ianw committed Nov 26, 2014
1 parent c875b59 commit c93891d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python-rstdiary.spec
@@ -1,6 +1,6 @@
%global pypiname rstdiary
Name: python-rstdiary
Version: 0.4
Version: 0.5
Release: 1%{?dist}
Summary: Create a simple HTML diary from an RST input file

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -9,12 +9,12 @@

setup(
name='rstdiary',
version='0.4',
version='0.5',
author='Ian Wienand',
author_email='ian@wienand.org',
packages=find_packages(),
package_data={
'': ['templates/*.html'],
'': ['templates/*.html', 'templates/*.xml'],
},
description='Create static HTML diary from single RST input',
long_description=long_description,
Expand Down

0 comments on commit c93891d

Please sign in to comment.