0.9.2
This commit is contained in:
parent
5ea5ae7dc9
commit
163b359351
|
@ -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
|
||||
-----
|
||||
|
||||
|
|
4
setup.py
4
setup.py
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue