Skip to content

Commit

Permalink
Merge pull request #15 from anti-mony/v1.2.1
Browse files Browse the repository at this point in the history
Updated Changelog and setup version
  • Loading branch information
mgovoni-devel authored May 26, 2020
2 parents 66c0482 + 54ca82d commit d982357
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
Change Log
==========

v1.2.1 (2020/05/26)
-------------------

- Fixed bug causing edit workflow functionality to break.
- Fixed bugs breaking DOI minting.
- Fixed python's package version incompatibilities causing build to break.

v1.2.0 (2019/09/20)
-------------------

- Updated Curator UI
- Added Preview Functionality
- Added Share Functionality
Expand All @@ -12,16 +20,17 @@ v1.2.0 (2019/09/20)
- Removed ssh connection and added Zenodo & HTTP connection
- New unit tests


v1.1.0 (2019/01/25)
-------------------

- Fixed bugs related to port number
- Fixed bugs related to DOI minting and search functionality
- Added REST API functionality - Swagger
- Added Docker file containing embedded Http server(Nginx) and Mongo DB
- Added Docker file containing embedded Http server(Nginx) and Mongo DB
- Added unit test cases
- Added CI(Travis)

v1.0.0 (2018/12/18)
-------------------

- Initial Qresp release
4 changes: 2 additions & 2 deletions web/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

setup(
name='qresp',
version='1.2.0',
version='1.2.1',
url='http://qresp.org/',
entry_points = {
'console_scripts': ['qresp=project.__main__:main'],
},
license='GNU',
author='Aditya Tanikanti, Marco Govoni',
author='Sushant Bansal, Aditya Tanikanti, Marco Govoni',
author_email='[email protected]',
description='Qresp "Curation and Exploration of Reproducible Scientific Papers" is a Python application that facilitates the organization, annotation and exploration of data presented in scientific papers. ',
python_requires='>=3.5',
Expand Down

0 comments on commit d982357

Please sign in to comment.