Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
- Moved to reStructuredText for documentation (readme)
- Adhere to PEP8 (flake8)
- Fixed several minor issues

Signed-off-by: Lars Kiesow <[email protected]>
  • Loading branch information
lkiesow committed Jan 5, 2017
1 parent dea8122 commit 1873564
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion feedgen/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'''

'Version of python-feedgen represented as tuple'
version = (0, 4, 1)
version = (0, 5, 0)


'Version of python-feedgen represented as string'
Expand Down
5 changes: 4 additions & 1 deletion python-feedgen.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define srcname feedgen

Name: python-%{srcname}
Version: 0.4.1
Version: 0.5.0
Release: 1%{?dist}
Summary: Feed Generator (ATOM, RSS, Podcasts)

Expand Down Expand Up @@ -93,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Thu Jan 05 2017 Lars Kiesow <[email protected]> - 0.5.0-1
- Update to 0.5.0

* Thu Jan 05 2017 Lars Kiesow <[email protected]> - 0.4.1-1
- Update to 0.4.1

Expand Down

0 comments on commit 1873564

Please sign in to comment.