Skip to content

Commit 17cf112

Browse files
Replace the classes for 3.0.3 with 3.1.0
1 parent fc32b4e commit 17cf112

File tree

7 files changed

+590
-3401
lines changed

7 files changed

+590
-3401
lines changed

.flake8

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ max-complexity = 18
66
per-file-ignores =
77
tests/test_v2.py: E501
88
tests/test_v3.py: E501
9-
tests/test_v31.py: E501
109
select = B,C,E,F,W,T4,B9

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.1.2] - 2025-04-27
8+
## [1.2.0] - 2025-04-27
99

10-
- Add OpenAPI Specification v3.1 objects, by @tyzhnenko.
10+
- Update objects to the OpenAPI Specification v3.1, by @tyzhnenko.
11+
- Add docstrings to all `v3` classes.
12+
- Upgrade the `v3.OpenAPI` class from OpenAPI version `3.0.3` to `3.1.0`.
1113

1214
## [1.1.1] - 2025-03-20
1315

openapidocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.1.1"
1+
__version__ = "1.2.0"
22
VERSION = __version__

0 commit comments

Comments
 (0)