Skip to content

Commit

Permalink
Bump version, update contributors, and remove copy of requests-cache …
Browse files Browse the repository at this point in the history
…BSD-2 license

I've been maintainer of both libraries for a couple years now, and both
have been almost entirely rewritten, so I don't think there's a need to
include a copy of the requests-cache license in future releases.
  • Loading branch information
JWCook committed Sep 19, 2023
1 parent 6f8faa2 commit c8bfd8b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 34 deletions.
11 changes: 5 additions & 6 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Contributors
Thanks to [Roman Haritonov](https://github.com/reclosedev) and
[contributors](https://github.com/reclosedev/requests-cache/blob/master/CONTRIBUTORS.md)
for the original `requests-cache`! `aiohttp-client-cache` reuses some backend code from `requests-cache`, so a copy of its license is included [here](https://github.com/requests-cache/aiohttp-client-cache/blob/main/LICENSE_requests_cache.md).

And thanks to the following individuals for contributing to `aiohttp-client-cache`:
Thanks to the following individuals for contributing to `aiohttp-client-cache`:

* [Roman Haritonov](https://github.com/reclosedev)
* [Andrew Kursar](https://github.com/akursar)
* [Joe Bergeron](https://github.com/Jophish)
* [Fredrik Bergroth](https://github.com/fbergroth)
Expand All @@ -14,4 +11,6 @@ And thanks to the following individuals for contributing to `aiohttp-client-cach
* [layday](https://github.com/layday)
* [Damian Fajfer](https://github.com/fajfer)
* [Ilias Tsatiris](https://github.com/iliastsa)
* [Project D.D. ](https://github.com/RozeFound)
* [Project D.D.](https://github.com/RozeFound)
* [Austin Raney](https://github.com/aaraney)
* [0hax](https://github.com/0hax)
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Jordan Cook
Copyright (c) 2023 Jordan Cook

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
25 changes: 0 additions & 25 deletions LICENSE_requests_cache.md

This file was deleted.

2 changes: 1 addition & 1 deletion aiohttp_client_cache/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.9.0'
__version__ = '0.9.1'

# flake8: noqa: F401, F403
from aiohttp_client_cache.backends import *
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiohttp-client-cache"
version="0.9.0"
version="0.9.1"
description = "Persistent cache for aiohttp requests"
authors = ["Jordan Cook"]
license = "MIT License"
Expand Down

0 comments on commit c8bfd8b

Please sign in to comment.