Update to 1.0.11. Fixes bug #1296757

This commit is contained in:
Kevin Fenzi 2016-01-08 14:05:10 -07:00
parent 5699590fcc
commit d02ffdb062
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@ SQLAlchemy-0.6.1.tar.gz
/SQLAlchemy-1.0.8.tar.gz
/SQLAlchemy-1.0.9.tar.gz
/SQLAlchemy-1.0.10.tar.gz
/SQLAlchemy-1.0.11.tar.gz

View File

@ -12,7 +12,7 @@
%global srcname SQLAlchemy
Name: python-sqlalchemy
Version: 1.0.10
Version: 1.0.11
Release: 1%{?dist}
Summary: Modular and flexible ORM library for python
@ -125,6 +125,9 @@ popd
%endif # with_python3
%changelog
* Fri Jan 08 2016 Kevin Fenzi <kevin@scrye.com> - 1.0.11-1
- Update to 1.0.11. Fixes bug #1296757
* Sat Dec 12 2015 Kevin Fenzi <kevin@scrye.com> - 1.0.10-1
- Update to 1.0.10. Fixes bug #1290945

View File

@ -1 +1 @@
84f01631cc4813a0298bf68ce27d9c5d SQLAlchemy-1.0.10.tar.gz
0bff4f96f0a25f44415a6bab7a741148 SQLAlchemy-1.0.11.tar.gz