File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
(Unrelease)
2
2
===================
3
3
4
+ 1.0.0 (2019-04-03)
5
+ ==================
6
+
4
7
- Renamed:
5
8
6
9
- ``turn_logging_datetime(on=True) ``
Original file line number Diff line number Diff line change 10
10
.. image :: http://img.shields.io/pypi/v/alog.svg?style=flat
11
11
:target: https://pypi.org/pypi/alog
12
12
13
- Your goto Pythonlogging module without panic on context swtich.
13
+ Your goto Python logging without panic on context swtich.
14
14
15
15
**Warning: ** No more ``logger = logging.getLogger(__name__) `` in your every file.
16
16
Original file line number Diff line number Diff line change 21
21
22
22
setup (
23
23
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 ' ,
26
26
long_description = README + '\n \n ' + CHANGES ,
27
27
url = 'https://github.com/keitheis/alog' ,
28
28
author = 'Keith Yang' ,
29
29
30
30
license = 'Apache 2.0' ,
31
31
classifiers = [
32
- 'Development Status :: 4 - Beta ' ,
32
+ 'Development Status :: 5 - Production/Stable ' ,
33
33
'Intended Audience :: Developers' ,
34
34
'License :: OSI Approved :: Apache Software License' ,
35
35
'Topic :: System :: Logging' ,
You can’t perform that action at this time.
0 commit comments