Skip to content

Commit 651e30a

Browse files
committed
v1.1.1 — Update cachecontrol
- Support Python 3.11 - Support cachecontrol 0.13
1 parent ba511f1 commit 651e30a

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v1.1.1 (in development)
2-
-----------------------
1+
v1.1.1 (2023-06-01)
2+
-------------------
33
- Support Python 3.11
44
- Support cachecontrol 0.13
55

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2019-2021 John Thorvald Wodder II
3+
Copyright (c) 2019-2023 John Thorvald Wodder II
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Changelog
44
=========
55

6-
v1.2.0 (in development)
7-
-----------------------
6+
v1.1.1 (2023-06-01)
7+
-------------------
88
- Support Python 3.11
99
- Support cachecontrol 0.13
1010

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
project = "pyversion-info"
44
author = "John T. Wodder II"
5-
copyright = "2019-2021 John T. Wodder II" # noqa: A001
5+
copyright = "2019-2023 John T. Wodder II" # noqa: A001
66

77
extensions = [
88
"sphinx.ext.autodoc",

src/pyversion_info/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from __future__ import annotations
2121

22-
__version__ = "1.1.1.dev1"
22+
__version__ = "1.1.1"
2323
__author__ = "John Thorvald Wodder II"
2424
__author_email__ = "pyversion-info@varonathe.org"
2525
__license__ = "MIT"

0 commit comments

Comments
 (0)