Skip to content

Commit e8967ca

Browse files
author
Andreu Vallbona
committed
fixed minor issue on setup.py and changed the CHANGELOG format
1 parent 78ac8a2 commit e8967ca

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
==========
2+
Change log
3+
==========
4+
5+
0.2 (2017-06-21)
6+
----------------
7+
8+
* Fixed minor issue on setup.py and changed the CHANGELOG format.
9+
10+
0.1 (2017-06-21)
11+
----------------
12+
13+
* Initial release.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def get_email(package):
5959
'Programming Language :: Python :: 2',
6060
'Programming Language :: Python :: 2.7',
6161
'Programming Language :: Python :: 3',
62-
'Programming Language :: Python :: 3.5.2',
62+
'Programming Language :: Python :: 3.5',
6363
'Operating System :: OS Independent',
6464
'Topic :: Software Development'
6565
]

0 commit comments

Comments
 (0)