Skip to content

Commit

Permalink
Merge pull request #263 from UAL-RE/release/v1.1.9
Browse files Browse the repository at this point in the history
update to version v1.1.9
  • Loading branch information
zoidy authored May 9, 2023
2 parents b0114b0 + 40b631e commit e4cac0f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v1.1.9](https://github.com/UAL-RE/LD-Cool-P/tree/v1.1.9) (2023-05-09)

**Closed issues:**
- Improve handling of TinyURL errors #260
[#260](https://github.com/UAL-RE/LD-Cool-P/issues/260)

**Merged pull requests:**
- Improve handling of TinyURL errors #260
[#260](https://github.com/UAL-RE/LD-Cool-P/issues/260)


## [v1.1.8](https://github.com/UAL-RE/LD-Cool-P/tree/v1.1.8) (2022-05-06)

**Closed issues:**
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,9 @@ See the [CHANGELOG](CHANGELOG.md) for all changes since project inception
## Authors
* Fernando Rios, Yan Han [University of Arizona Libraries](https://github.com/ualibraries), [Research Engagement](https://github.com/UAL-RE)
* Chun Ly, Ph.D. ([@astrochun](http://www.github.com/astrochun))
* Chun Ly, Ph.D. ([@astrochun](http://www.github.com/astrochun)) - [University of Arizona Libraries](https://github.com/ualibraries), [Research Engagement](https://github.com/UAL-RE)
See also the list of
[contributors](https://github.com/UAL-RE/LD-Cool-P/contributors) who participated in this project.
Expand Down
2 changes: 1 addition & 1 deletion ldcoolp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from os import path

__version__ = "1.1.8"
__version__ = "1.1.9"

CODE_NAME = "LD-Cool-P"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy==1.21.0
jinja2==2.11.3
html2text==2020.1.16
# Not the latest version. Need to fix when ldcoolp-figshare has been updated
# Not the latest version. Need to fix when ldcoolp-figshare has been updated to these dependencies
redata==0.4.1
ldcoolp-figshare>=0.2.2
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

setup(
name='ldcoolp',
version='1.1.8',
version='1.1.9',
packages=['ldcoolp'],
url='https://github.com/UAL-RE/LD-Cool-P',
license='MIT License',
author='Chun Ly',
author_email='astro.chun@gmail.com',
author='Fernando Rios',
author_email='frios@arizona.edu',
description='Python tool to enable data curation',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit e4cac0f

Please sign in to comment.