Skip to content

Commit

Permalink
Release v0.1.3 (#1)
Browse files Browse the repository at this point in the history
Release v0.1.3
  • Loading branch information
atwalsh authored Nov 20, 2019
2 parents 0febd51 + ad2f76c commit 064682f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.3] - 2019-11-20
### Removed
- Python 3.8 walrus operators

Expand All @@ -20,7 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- This Changelog and initial project files

[Unreleased]: https://github.com/atwalsh/kac/compare/v0.1.2...master
[Unreleased]: https://github.com/atwalsh/kac/compare/v0.1.3...master
[0.1.3]: https://github.com/atwalsh/kac/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/atwalsh/kac/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/atwalsh/kac/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/atwalsh/kac/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='kac',
version='0.1.2',
version='0.1.3',
author="Adam Walsh",
author_email="[email protected]",
description="Automatic version bumping for Keep-a-Changelog style Changelog files.",
Expand Down

0 comments on commit 064682f

Please sign in to comment.