We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcb7b8 commit d0693adCopy full SHA for d0693ad
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Skyr / Change Log
2
3
+## 0.3.1 - 2023-10-03
4
+
5
+### Added
6
7
+- [#43](https://github.com/kytta/skyr/pull/43):
8
+ Support for Python 3.12
9
10
## 0.3.0 - 2023-08-01
11
12
## BREAKING
skyr.py
@@ -10,7 +10,7 @@
from typing import Optional
from typing import Union
13
-__version__ = "0.3.0"
+__version__ = "0.3.1"
14
15
16
def _warn(msg: str) -> None:
0 commit comments