Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobinus committed Oct 12, 2019
1 parent 24e3a9a commit e185d59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [1.0.1] - 2019-10-12
### Added

- This `CHANGELOG.md` file, for documenting notable changes.
Expand Down Expand Up @@ -34,5 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The Podcast and Episode classes for easily generating a podcast out of data,
and related utilities and classes.

[Unreleased]: https://github.com/tobinus/python-podgen/compare/v1.0.0...develop
[Unreleased]: https://github.com/tobinus/python-podgen/compare/v1.0.1...develop
[1.0.1]: https://github.com/tobinus/python-podgen/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/tobinus/python-podgen/compare/290045ac...v1.0.0
2 changes: 1 addition & 1 deletion podgen/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from builtins import *

'Version of python-podgen represented as tuple'
version = (1, 0, '1b1')
version = (1, 0, 1)


'Version of python-podgen represented as string'
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 @@
name = 'podgen',
packages = ['podgen'],
# Remember to update the version in podgen.version, too!
version = '1.0.1b1',
version = '1.0.1',
description = 'Generating podcasts with Python should be easy!',
author = 'Thorben W. S. Dahl',
author_email = '[email protected]',
Expand Down

0 comments on commit e185d59

Please sign in to comment.