Skip to content

Commit b847dd9

Browse files
committed
v1.2.2 — Increase some dependencies' upper bounds
1 parent 0a8d7e8 commit b847dd9

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.2.2 (in development)
2-
-----------------------
1+
v1.2.2 (2024-02-04)
2+
-------------------
33
- Support platformdirs v4.0
44
- Migrated from setuptools to hatch
55
- Support cachecontrol v0.14

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-2023 John Thorvald Wodder II
3+
Copyright (c) 2019-2024 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.2 (in development)
7-
-----------------------
6+
v1.2.2 (2024-02-04)
7+
-------------------
88
- Support platformdirs v4.0
99
- Migrated from setuptools to hatch
1010
- Support cachecontrol v0.14

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-2023 John T. Wodder II" # noqa: A001
5+
copyright = "2019-2024 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
@@ -31,7 +31,7 @@
3131
import requests
3232
from .util import MajorVersion, MicroVersion, MinorVersion, RawDatabase
3333

34-
__version__ = "1.2.2.dev1"
34+
__version__ = "1.2.2"
3535
__author__ = "John Thorvald Wodder II"
3636
__author_email__ = "pyversion-info@varonathe.org"
3737
__license__ = "MIT"

0 commit comments

Comments
 (0)