File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11(Unrelease)
22===================
33
4+ 1.2.0 (2021-08-09)
5+ ==================
6+
7+ - Support Python 3.9
8+ - Remove Python 3.4 and 3.5 support.
9+
4101.1.0 (2020-02-10)
511==================
612
Original file line number Diff line number Diff line change @@ -173,3 +173,4 @@ What if you have used ``print`` a log? That's as easy:
173173 print = alog.info
174174
175175 ... # A lot of print code no needed to change
176+
Original file line number Diff line number Diff line change 2121
2222setup (
2323 name = 'alog' ,
24- version = '1.2.0-dev ' ,
24+ version = '1.2.0' ,
2525 description = 'Your goto Python logging without panic on context swtich' ,
26- long_description = README + '\n \n ' + CHANGES ,
26+ long_description = README + CHANGES ,
27+ long_description_content_type = "text/x-rst" ,
2728 url = 'https://github.com/keitheis/alog' ,
2829 author = 'Keith Yang' ,
2930 author_email = 'yang@keitheis.org' ,
You can’t perform that action at this time.
0 commit comments