mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-05-15 17:33:02 +02:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
754663f062
|
|||
507699e58a
|
@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
### [0.5.2] - 2018-10-28
|
||||||
|
## Changed
|
||||||
|
- Update library versions in requirements.txt
|
||||||
|
|
||||||
### [0.5.1] - 2018-10-24
|
### [0.5.1] - 2018-10-24
|
||||||
## Changed
|
## Changed
|
||||||
- Use Python's native json instead of ujson
|
- Use Python's native json instead of ujson
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
certifi==2018.8.24
|
certifi==2018.10.15
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
falcon==1.4.1
|
falcon==1.4.1
|
||||||
gunicorn==19.9.0
|
gunicorn==19.9.0
|
||||||
@ -6,7 +6,7 @@ idna==2.7
|
|||||||
kazoo==2.5.0
|
kazoo==2.5.0
|
||||||
psycopg2-binary==2.7.5
|
psycopg2-binary==2.7.5
|
||||||
python-mimeparse==1.6.0
|
python-mimeparse==1.6.0
|
||||||
requests==2.19.1
|
requests==2.20.0
|
||||||
six==1.11.0
|
six==1.11.0
|
||||||
SolrClient==0.2.1
|
-e git://github.com/alanorth/SolrClient.git@c629e3475be37c82770b2be61748be7e29882648#egg=SolrClient
|
||||||
urllib3==1.23
|
urllib3==1.24
|
||||||
|
Reference in New Issue
Block a user