Skip to content

Commit

Permalink
release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Sep 28, 2017
1 parent 52e7992 commit adec8ff
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
*.pyo
*.egg-info
dist/
build/
docs/_build
.tox/
*.egg
.idea/
.cache/
htmlcov
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ matrix:
- python: 3.3
env: TOXENV=py,py-lowest,codecov
- python: 2.7
env: TOXENV=py,py,codecov
env: TOXENV=py,codecov
- python: 2.6
env: TOXENV=py,py-lowest,codecov
- python: pypy
Expand Down
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Maintainer
``````````

- Phil Howell <[email protected]> @immunda
- David Lord <[email protected]> @davidism

Patches and Suggestions
```````````````````````
Expand Down Expand Up @@ -46,6 +47,5 @@ Patches and Suggestions
- Daniel Lepage
- Ignacy Sokołowski
- Steven Harms
- David Lord @davidism
- Alec Nikolas Reiter @justanr
- Nick Whyte @nickw444
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changelog
Version 2.3.0
-------------

In development
Released on September 28, 2017

- Multiple bugs with ``__tablename__`` generation are fixed. Names will be
generated for models that define a primary key, but not for single-table
Expand Down
7 changes: 4 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include LICENSE CHANGES tox.ini test_sqlalchemy.py
include CHANGES LICENSE
graft docs
prune docs/_build
prune docs/_themes/.git
recursive-exclude docs/_themes .git*
recursive-exclude docs *.pyc
recursive-exclude docs *.pyo
graft tests
recursive-exclude tests *.pyc

0 comments on commit adec8ff

Please sign in to comment.