Skip to content

Commit e8e9f52

Browse files
authored
Merge branch 'main' into develop
2 parents 5365564 + 9c7277e commit e8e9f52

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/source/changelog.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ v1.3.0
3030
- Custom repr display of structured objects via
3131
:py:meth:`tkclasswiz.convert.ObjectInfo.register_repr` method.
3232

33-
3433
v1.2.3
3534
================
3635
- Fixed annotations not getting obtained for function definitions.

tkclasswiz/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2727
SOFTWARE.
2828
"""
29-
30-
__version__ = "1.2.4"
29+
__version__ = "1.3.0"
3130

3231
from .object_frame import *
3332
from .annotations import *

0 commit comments

Comments
 (0)