File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,6 +131,10 @@ Documentation
131131Changelog
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
Original file line number Diff line number Diff line change 99 long_description = f .read ()
1010
1111setup (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' ,
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22"""
33tkcalendar - 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
66tkcalendar is free software: you can redistribute it and/or modify
77it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22"""
33tkcalendar - 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
66tkcalendar is free software: you can redistribute it and/or modify
77it under the terms of the GNU General Public License as published by
You can’t perform that action at this time.
0 commit comments