Update to 1.0.11. Fixes bug #1296757
This commit is contained in:
parent
5699590fcc
commit
d02ffdb062
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user