Skip to content

Commit b4e8d42

Browse files
committed
Update README and setup.py
1 parent 5e01284 commit b4e8d42

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ Documentation
131131
Changelog
132132
---------
133133

134+
- tkcalendar 1.1.5
135+
136+
* Fix endless triggering of `<<ThemeChanged>>` event in `DateEntry`
137+
134138
- tkcalendar 1.1.4
135139

136140
* Fix error in january due to week 53

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
long_description = f.read()
1010

1111
setup(name='tkcalendar',
12-
version='1.1.4',
12+
version='1.1.5',
1313
description='Calendar and DateEntry widgets for Tkinter',
1414
long_description=long_description,
1515
url='https://github.com/j4321/tkcalendar',

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
"""
33
tkcalendar - Calendar and DateEntry widgets for Tkinter
4-
Copyright 2017 Juliette Monsel <j_4321@protonmail.com>
4+
Copyright 2017-2018 Juliette Monsel <j_4321@protonmail.com>
55
66
tkcalendar is free software: you can redistribute it and/or modify
77
it under the terms of the GNU General Public License as published by

tkcalendar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
"""
33
tkcalendar - Calendar and DateEntry widgets for Tkinter
4-
Copyright 2018 Juliette Monsel <j_4321@protonmail.com>
4+
Copyright 2017-2018 Juliette Monsel <j_4321@protonmail.com>
55
66
tkcalendar is free software: you can redistribute it and/or modify
77
it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)