Skip to content

Commit 2ded685

Browse files
committed
0.7.4
1 parent 2a87a44 commit 2ded685

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: CI
22

33
on:
44
push:
5+
tags:
6+
- 'v*'
57
branches:
68
- master
79
pull_request:

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
0.7.3 (04-02-2023)
4+
0.7.4 (04-02-2023)
55
------------------
66

77
- Replaced strict_rfc3339 with rfc3339-validator (#118)

aiohttp_swagger3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"ValidatorError",
1313
"__version__",
1414
)
15-
__version__ = "0.7.3"
15+
__version__ = "0.7.4"
1616
__author__ = "Valetov Konstantin"
1717

1818
from .exceptions import ValidatorError

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Konstantin Valetov'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.7.3'
25+
release = '0.7.4'
2626

2727

2828
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)