Skip to content

Commit

Permalink
Release: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aramperes committed Mar 27, 2021
1 parent 470ab3a commit 0a6b2c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

No changes

## [1.0.2] - 2021-03-26
### Added
- Added utility for parsing wavy.fm date strings (RFC3339): `wavyfm.util.datetime_from_string` (GH-5)
- Added __repr__ to `wavfym.users._WavyProfileEndpoints`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='wavyfm',
version='1.0.1',
version='1.0.2',
description='Official Python library for wavy.fm',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 0a6b2c5

Please sign in to comment.