File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11(Unrelease)
22===================
33
4+ 1.0.0 (2019-04-03)
5+ ==================
6+
47 - Renamed:
58
69 - ``turn_logging_datetime(on=True) ``
Original file line number Diff line number Diff line change 1010.. image :: http://img.shields.io/pypi/v/alog.svg?style=flat
1111 :target: https://pypi.org/pypi/alog
1212
13- Your goto Pythonlogging module without panic on context swtich.
13+ Your goto Python logging without panic on context swtich.
1414
1515**Warning: ** No more ``logger = logging.getLogger(__name__) `` in your every file.
1616
Original file line number Diff line number Diff line change 2121
2222setup (
2323 name = 'alog' ,
24- version = '0.9.13 ' ,
25- description = 'Python logging for Humans ' ,
24+ version = '1.0.0 ' ,
25+ description = 'Your goto Python logging without panic on context swtich ' ,
2626 long_description = README + '\n \n ' + CHANGES ,
2727 url = 'https://github.com/keitheis/alog' ,
2828 author = 'Keith Yang' ,
29293030 license = 'Apache 2.0' ,
3131 classifiers = [
32- 'Development Status :: 4 - Beta ' ,
32+ 'Development Status :: 5 - Production/Stable ' ,
3333 'Intended Audience :: Developers' ,
3434 'License :: OSI Approved :: Apache Software License' ,
3535 'Topic :: System :: Logging' ,
You can’t perform that action at this time.
0 commit comments