This commit is contained in:
Sayan Chowdhury 2017-11-21 22:55:28 +05:30
parent 5ea5ae7dc9
commit 163b359351
2 changed files with 19 additions and 2 deletions

View File

@ -1,4 +1,21 @@
0.9.2
-----
Pull Requests
- (@fmarier) #368, Fix for CSRF errors on libravatar.org
https://github.com/fedora-infra/tahrir/pull/368
- (@mavit) #373, Site fedorahosted.org went away, so update links.
https://github.com/fedora-infra/tahrir/pull/373
Commits
- 97ab9d09f Fix for CSRF errors on libravatar.org
https://github.com/fedora-infra/tahrir/commit/97ab9d09f
- 5ea5ae7dc Site fedorahosted.org went away, so update links.
https://github.com/fedora-infra/tahrir/commit/5ea5ae7dc
0.9.1
-----

View File

@ -9,7 +9,7 @@ requires = [
'pyramid',
'pyramid_mako',
'tahrir_api',
'SQLAlchemy >= 0.9.1',
'SQLAlchemy >= 0.9.2',
'transaction',
'pyramid_tm',
'zope.sqlalchemy',
@ -35,7 +35,7 @@ requires = [
]
setup(name='tahrir',
version='0.9.1',
version='0.9.2',
description='A pyramid app for issuing your own Open Badges',
long_description=README,
license="AGPLv3+ with additional permission",