Skip to content

Commit e185d59

Browse files
committed
Release v1.0.1
1 parent 24e3a9a commit e185d59

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## [Unreleased]
9+
## [1.0.1] - 2019-10-12
1010
### Added
1111

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

37-
[Unreleased]: https://github.com/tobinus/python-podgen/compare/v1.0.0...develop
37+
[Unreleased]: https://github.com/tobinus/python-podgen/compare/v1.0.1...develop
38+
[1.0.1]: https://github.com/tobinus/python-podgen/compare/v1.0.0...v1.0.1
3839
[1.0.0]: https://github.com/tobinus/python-podgen/compare/290045ac...v1.0.0

podgen/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from builtins import *
1515

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

1919

2020
'Version of python-podgen represented as string'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name = 'podgen',
88
packages = ['podgen'],
99
# Remember to update the version in podgen.version, too!
10-
version = '1.0.1b1',
10+
version = '1.0.1',
1111
description = 'Generating podcasts with Python should be easy!',
1212
author = 'Thorben W. S. Dahl',
1313
author_email = '[email protected]',

0 commit comments

Comments
 (0)