Skip to content

Commit

Permalink
Release: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aramperes committed Jan 26, 2021
1 parent 1bdcfd1 commit 9020651
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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]

## [1.0.0] - 2021-01-25
### Added
- Authentication through Client Credentials
- v1beta metrics: get total listens
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ flake8 = "*"
mock = "==2.0.0"

[packages]
requests = "==2.15.1"
requests = "==2.20.1"

[requires]
python_version = "3.8"
Expand Down
36 changes: 32 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@

setup(
name='wavyfm',
version='0.1.0',
version='1.0.0',
description='Official Python library for wavy.fm',
long_description=long_description,
long_description_content_type="text/markdown",
author="@aramperes",
author_email="[email protected]",
url='https://wavy.fm/developers',
install_requires=[
'requests>=2.25.1'
'requests>=2.20.1'
],
tests_require=test_reqs,
extras_require=extra_reqs,
Expand Down

0 comments on commit 9020651

Please sign in to comment.