We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3438f commit 44d61f9Copy full SHA for 44d61f9
README.rst
@@ -98,6 +98,18 @@ Usage
98
Changelog
99
---------
100
101
+v12.7 (11 Dec 2023)
102
+~~~~~~~~~~~~~~~~~~~
103
+
104
+- Update tcms-api from 11.3 to 12.7
105
+- Update README to avoid confusions where to install this package. Closes
106
+ `Issue #62 <https://github.com/kiwitcms/tap-plugin/issues/62>`_
107
+- Build and test with Python 3.11
108
+- Reformat source code with Black
109
+- Enable CodeQL for code scanning
110
+- Small refactoring internally
111
112
113
v11.3 (17 May 2022)
114
~~~~~~~~~~~~~~~~~~~
115
tcms_tap_plugin/version.py
@@ -1 +1 @@
1
-__version__ = "11.3"
+__version__ = "12.7"
0 commit comments