File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 33* .pyo
44* .egg-info
55dist /
6+ build /
67docs /_build
78.tox /
8- * .egg
99.idea /
1010.cache /
1111htmlcov
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ matrix:
1212 - python : 3.3
1313 env : TOXENV=py,py-lowest,codecov
1414 - python : 2.7
15- env : TOXENV=py,py, codecov
15+ env : TOXENV=py,codecov
1616 - python : 2.6
1717 env : TOXENV=py,py-lowest,codecov
1818 - python : pypy
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Maintainer
1010``````````
1111
1212- Phil Howell <phil@quae.co.uk> @immunda
13+ - David Lord <davidism@gmail.com> @davidism
1314
1415Patches and Suggestions
1516```````````````````````
@@ -46,6 +47,5 @@ Patches and Suggestions
4647- Daniel Lepage
4748- Ignacy Sokołowski
4849- Steven Harms
49- - David Lord @davidism
5050- Alec Nikolas Reiter @justanr
5151- Nick Whyte @nickw444
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Changelog
55Version 2.3.0
66-------------
77
8- In development
8+ Released on September 28, 2017
99
1010- Multiple bugs with ``__tablename__`` generation are fixed. Names will be
1111 generated for models that define a primary key, but not for single-table
Original file line number Diff line number Diff line change 1- include LICENSE CHANGES tox.ini test_sqlalchemy.py
1+ include CHANGES LICENSE
22graft docs
33prune docs/_build
4- prune docs/_themes/ .git
4+ recursive-exclude docs/_themes .git*
55recursive-exclude docs *.pyc
6- recursive-exclude docs *.pyo
6+ graft tests
7+ recursive-exclude tests *.pyc
You can’t perform that action at this time.
0 commit comments