Skip to content

Commit 7b81116

Browse files
committed
Bump version to 1.2.0
1 parent b42f7f1 commit 7b81116

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
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+
410
1.1.0 (2020-02-10)
511
==================
612

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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+

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121

2222
setup(
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',

0 commit comments

Comments
 (0)