Skip to content

Commit 44350a0

Browse files
committed
add changelog & bump version
1 parent 62151c0 commit 44350a0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGES.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Changelog
2+
**********
3+
4+
1.1 (24.8. 2015)
5+
-----------------
6+
7+
- Support prefixed and in-middle terms
8+
- Support multiple terms per name
9+
- Cleanup & refactoring
10+
- First PyPI release
11+
12+
1.0 (Mar 20, 2014)
13+
-------------------
14+
15+
- GitHub release

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from distutils.core import setup
44
setup(name='cleanco',
55
description='Python library to process company names',
6-
version='1.0',
6+
version='1.1',
77
license="MIT",
88
classifiers = [
99
"Topic :: Office/Business",

0 commit comments

Comments
 (0)