Skip to content

Commit 44d61f9

Browse files
committed
Changelog for v12.7
1 parent 2d3438f commit 44d61f9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.rst

+12
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,18 @@ Usage
9898
Changelog
9999
---------
100100

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+
101113
v11.3 (17 May 2022)
102114
~~~~~~~~~~~~~~~~~~~
103115

tcms_tap_plugin/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "11.3"
1+
__version__ = "12.7"

0 commit comments

Comments
 (0)