diff --git a/.gitignore b/.gitignore index ddc148e..e411875 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ SQLAlchemy-0.6.1.tar.gz /SQLAlchemy-0.9.8.tar.gz /SQLAlchemy-0.9.9.tar.gz /SQLAlchemy-1.0.0.tar.gz +/SQLAlchemy-1.0.1.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index a65c334..1591bab 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -12,7 +12,7 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -125,6 +125,9 @@ popd %endif # with_python3 %changelog +* Fri Apr 24 2015 Nils Philippsen - 1.0.0-1 +- version 1.0.1, upstream bugfix release + * Fri Apr 17 2015 Nils Philippsen - 1.0.0-1 - version 1.0.0, upstream feature release diff --git a/sources b/sources index 9c93d88..21180c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4e6835135f13fe00ac7f3d175d7e4e08 SQLAlchemy-1.0.0.tar.gz +207bf771d804f1593b2e16df68f9a615 SQLAlchemy-1.0.1.tar.gz