Skip to content

Commit

Permalink
anilist: bump version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrielFR committed Jan 18, 2022
1 parent 2c9f7ef commit 2687f84
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ 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.7 (January 18th, 2022)

### Added

- Pagination.
- `rewatched` and `reread` activity status.

### Changed

- Fix .vscode gitignore.
- Fix user and staff search queries.
- Update get_activity type error.

## 1.0.6 (October 20th, 2021)

### Added
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.6"
__version__ = "1.0.7"

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.6
version = 1.0.7
url = https://github.com/AmanoTeam/python-anilist
author = AmanoTeam
author_email = [email protected]
Expand Down

0 comments on commit 2687f84

Please sign in to comment.