Skip to content

Commit

Permalink
Merge pull request #279 from UAL-RE/278-release-v130
Browse files Browse the repository at this point in the history
Release: v1.3.0
  • Loading branch information
zoidy authored Feb 10, 2025
2 parents 83e5516 + 8980864 commit 6d2217e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v1.3.0](https://github.com/UAL-RE/LD-Cool-P/tree/v1.3.0) (2025-02-10)

* Bug/268 redundant config by @yhan818 in https://github.com/UAL-RE/LD-Cool-P/pull/270
* Add more metadata from redata to readme by @HafeezOJ in https://github.com/UAL-RE/LD-Cool-P/pull/277

**Full Changelog**: https://github.com/UAL-RE/LD-Cool-P/compare/v1.2.0...v1.3.0

## [v1.2.0](https://github.com/UAL-RE/LD-Cool-P/tree/v1.2.0) (2023-06-22)

* Fix: TinyURL alias handling (Issue #261) by @zoidy in https://github.com/UAL-RE/LD-Cool-P/pull/265
Expand Down
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ You can confirm installation via `conda list`
(curation) $ conda list ldcoolp
```

You should see that the version is `1.2.0`.
You should see that the version is `1.3.0`.

### Configuration Settings

Expand Down Expand Up @@ -224,13 +224,7 @@ following a `git tag` version.
## Changelog
See the [CHANGELOG](CHANGELOG.md) for all changes since project inception
## Authors
* UAL-RE [University of Arizona Libraries](https://github.com/ualibraries), [Research Engagement](https://github.com/UAL-RE)
* Current authors: Fernando Rios, Yan Han
* Past author: Chun Ly, Ph.D. ([@astrochun](http://www.github.com/astrochun))
See the [CHANGELOG](CHANGELOG.md) for all changes since project inception.
See also the list of
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.2.0"
__version__ = "1.3.0"

CODE_NAME = "LD-Cool-P"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='ldcoolp',
version='1.2.0',
version='1.3.0',
packages=['ldcoolp'],
url='https://github.com/UAL-RE/LD-Cool-P',
license='MIT License',
Expand Down

0 comments on commit 6d2217e

Please sign in to comment.