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 3fe7d0d commit 008a68eCopy full SHA for 008a68e
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v1.2.0 (2023-06-07)
6
+
7
8
9
## v1.1.0 (2023-06-07)
10
11
skyreader/__init__.py
@@ -17,7 +17,7 @@
17
# is zero for an official release, positive for a development branch,
18
# or negative for a release candidate or beta (after the base version
19
# number has been incremented)
20
-__version__ = "1.1.0"
+__version__ = "1.2.0"
21
version_info = (
22
int(__version__.split(".")[0]),
23
int(__version__.split(".")[1]),
0 commit comments