Skip to content

Commit

Permalink
bump version to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrielFR committed Feb 17, 2022
1 parent 9b1fe85 commit a00ce97
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## 1.0.8 (February 16th, 2022)

### Added

- `.relations` for animes and mangas.

### Changed

- Separate queries into separate files.
- Happy new year (late).

## 1.0.7 (January 18th, 2022)

### Added
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
## Requirements

- Python 3.6 or higher.
- Python 3.7 or higher.
- httpx 0.14 or higher.

## Installation
Expand All @@ -36,7 +36,6 @@ python3 -m pip install git+https://github.com/AmanoTeam/python-anilist.git#egg=p
## What's left to do?

- Write the API Documentation.
- Add support for more types of content.
- Show some examples.

## Credits
Expand All @@ -45,7 +44,7 @@ python3 -m pip install git+https://github.com/AmanoTeam/python-anilist.git#egg=p

## License

Copyright © 2021 [AmanoTeam](https://github.com/AmanoTeam)
Copyright © 2021-2022 [AmanoTeam](https://github.com/AmanoTeam)
and the python-anilist contributors

Licensed under the [Expat/MIT license](LICENSE).
Expand Down
2 changes: 1 addition & 1 deletion anilist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__author__ = "AmanoTeam"
__email__ = "[email protected]"
__license__ = "MIT"
__version__ = "1.0.7"
__version__ = "1.0.8"

from . import types

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[metadata]
name = python-anilist
version = 1.0.7
version = 1.0.8
url = https://github.com/AmanoTeam/python-anilist
author = AmanoTeam
author_email = [email protected]
Expand Down

0 comments on commit a00ce97

Please sign in to comment.