Skip to content

Commit adec8ff

Browse files
committed
release 2.3.0
1 parent 52e7992 commit adec8ff

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
*.pyo
44
*.egg-info
55
dist/
6+
build/
67
docs/_build
78
.tox/
8-
*.egg
99
.idea/
1010
.cache/
1111
htmlcov

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1415
Patches 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

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Changelog
55
Version 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

MANIFEST.in

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
include LICENSE CHANGES tox.ini test_sqlalchemy.py
1+
include CHANGES LICENSE
22
graft docs
33
prune docs/_build
4-
prune docs/_themes/.git
4+
recursive-exclude docs/_themes .git*
55
recursive-exclude docs *.pyc
6-
recursive-exclude docs *.pyo
6+
graft tests
7+
recursive-exclude tests *.pyc

0 commit comments

Comments
 (0)