File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,7 @@ include *.md
22include LICENSE
33recursive-include timeline_logger *.html
44recursive-include timeline_logger *.txt
5+ recursive-include timeline_logger *.po
6+ recursive-include timeline_logger *.mo
57global-exclude __pycache__
68global-exclude *.py[co]
Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ 1.1.2 (2018-05-30)
6+ ==================
7+
8+ Fixed packaging mistake - Dutch translations are now included.
9+
5101.1.1 (2018-05-04)
611==================
712
Original file line number Diff line number Diff line change 1414
1515setup (
1616 name = 'django-timeline-logger' ,
17- version = '1.1.1 ' ,
17+ version = '1.1.2 ' ,
1818 description = 'Generic event logger for Django models.' ,
1919 long_description = long_description ,
2020 author = 'Maykin Media' ,
You can’t perform that action at this time.
0 commit comments