Skip to content

Commit 15a5bb2

Browse files
committed
update release notes, add dev requirements
1 parent c8f3c6d commit 15a5bb2

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.tm_properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
excludeDirectories = "{$excludeDirectories,dist,*.egg-info,build,docs/_*}"

dev-requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
ipdb==0.8
2+
nose==1.3.6
3+
Sphinx==1.3.1
4+
coverage==3.7.1
5+
ipython==3.1.0
6+
Pygments==2.0.2

docs/release_log.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Release Log
44
* 0.3.5 - August, 2015
55
- Fix handling of string encoding in python 2.x (#34)
66
- Add support for dictionary key access, e.g. name['first']
7-
- add 'santa' to prefixes, add 'cpa', 'csm', 'phr', 'pmp' to suffixes
7+
- add 'santa' to prefixes, add 'cpa', 'csm', 'phr', 'pmp' to suffixes (#35)
8+
- Fix prefixes before multi-part last names (#23)
9+
- Fix capitalization bug (#30)
810
* 0.3.4 - March 1, 2015
911
- Fix #24, handle first name also a prefix
1012
- Fix #26, last name comma format when lastname is also a title

0 commit comments

Comments
 (0)