Skip to content

Commit 983aa31

Browse files
authored
reopen main (#1200)
1 parent 41f1deb commit 983aa31

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- {VERSION: "pypy-3.9", TOXENV: "pypy3"}
2121
- {VERSION: "3.11", TOXENV: "py311-useWheel", OS: "windows-2022" }
2222
# -cryptographyMain
23-
- {VERSION: "3.6", TOXENV: "py36-cryptographyMain", OS: "ubuntu-20.04"}
2423
- {VERSION: "3.7", TOXENV: "py37-cryptographyMain"}
2524
- {VERSION: "3.8", TOXENV: "py38-cryptographyMain"}
2625
- {VERSION: "3.9", TOXENV: "py39-cryptographyMain"}

CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ Changelog
44
Versions are year-based with a strict backward-compatibility policy.
55
The third digit is only for regressions.
66

7+
23.2.0 (UNRELEASED)
8+
-------------------
9+
10+
Backward-incompatible changes:
11+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12+
13+
Deprecations:
14+
^^^^^^^^^^^^^
15+
16+
Changes:
17+
^^^^^^^^
18+
719
23.1.0 (2023-03-24)
820
-------------------
921

src/OpenSSL/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"__version__",
1818
]
1919

20-
__version__ = "23.1.0"
20+
__version__ = "23.2.0.dev"
2121

2222
__title__ = "pyOpenSSL"
2323
__uri__ = "https://pyopenssl.org/"

0 commit comments

Comments
 (0)