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 3
3
* .pyo
4
4
* .egg-info
5
5
dist /
6
+ build /
6
7
docs /_build
7
8
.tox /
8
- * .egg
9
9
.idea /
10
10
.cache /
11
11
htmlcov
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ matrix:
12
12
- python : 3.3
13
13
env : TOXENV=py,py-lowest,codecov
14
14
- python : 2.7
15
- env : TOXENV=py,py, codecov
15
+ env : TOXENV=py,codecov
16
16
- python : 2.6
17
17
env : TOXENV=py,py-lowest,codecov
18
18
- python : pypy
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Maintainer
10
10
``````````
11
11
12
12
- Phil Howell <phil@quae.co.uk> @immunda
13
+ - David Lord <davidism@gmail.com> @davidism
13
14
14
15
Patches and Suggestions
15
16
```````````````````````
@@ -46,6 +47,5 @@ Patches and Suggestions
46
47
- Daniel Lepage
47
48
- Ignacy Sokołowski
48
49
- Steven Harms
49
- - David Lord @davidism
50
50
- Alec Nikolas Reiter @justanr
51
51
- Nick Whyte @nickw444
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Changelog
5
5
Version 2.3.0
6
6
-------------
7
7
8
- In development
8
+ Released on September 28, 2017
9
9
10
10
- Multiple bugs with ``__tablename__`` generation are fixed. Names will be
11
11
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
2
2
graft docs
3
3
prune docs/_build
4
- prune docs/_themes/ .git
4
+ recursive-exclude docs/_themes .git*
5
5
recursive-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