Skip to content

Commit 3029ed1

Browse files
committed
Bump version to 1.0.0; bravely
1 parent 1d014d6 commit 3029ed1

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGES.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
(Unrelease)
22
===================
33

4+
1.0.0 (2019-04-03)
5+
==================
6+
47
- Renamed:
58

69
- ``turn_logging_datetime(on=True)``

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Alog
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

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121

2222
setup(
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',
2929
author_email='[email protected]',
3030
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',

0 commit comments

Comments
 (0)