Skip to content

Commit 2bc1872

Browse files
committed
Set version to 1.2.0rc0
1 parent aac5f9d commit 2bc1872

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include(FetchContent)
1010

1111
set(CMAKE_CXX_STANDARD 17)
1212
set(CMAKE_CXX_STANDARD_REQUIRED ON)
13-
set(ZSWAG_VERSION 1.2.0)
13+
set(ZSWAG_VERSION 1.2.0rc0)
1414

1515
if (NOT MSVC)
1616
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ connexion
22
requests
33
zserio>=2.4.2
44
pyyaml
5-
pyzswagcl>=1.2.0
5+
pyzswagcl>=1.2.0rc0
66
openapi-spec-validator

setup.py

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

4242
install_requires=required,
4343
dependency_links=required_url,
44-
python_requires='>=3.6',
44+
python_requires='>=3.8',
4545

4646
license="BSD-3 Clause",
4747
classifiers=[

0 commit comments

Comments
 (0)