Skip to content

Commit 6d2217e

Browse files
authored
Merge pull request #279 from UAL-RE/278-release-v130
Release: v1.3.0
2 parents 83e5516 + 8980864 commit 6d2217e

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [v1.3.0](https://github.com/UAL-RE/LD-Cool-P/tree/v1.3.0) (2025-02-10)
4+
5+
* Bug/268 redundant config by @yhan818 in https://github.com/UAL-RE/LD-Cool-P/pull/270
6+
* Add more metadata from redata to readme by @HafeezOJ in https://github.com/UAL-RE/LD-Cool-P/pull/277
7+
8+
**Full Changelog**: https://github.com/UAL-RE/LD-Cool-P/compare/v1.2.0...v1.3.0
9+
310
## [v1.2.0](https://github.com/UAL-RE/LD-Cool-P/tree/v1.2.0) (2023-06-22)
411

512
* Fix: TinyURL alias handling (Issue #261) by @zoidy in https://github.com/UAL-RE/LD-Cool-P/pull/265

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ You can confirm installation via `conda list`
116116
(curation) $ conda list ldcoolp
117117
```
118118

119-
You should see that the version is `1.2.0`.
119+
You should see that the version is `1.3.0`.
120120

121121
### Configuration Settings
122122

@@ -224,13 +224,7 @@ following a `git tag` version.
224224
225225
## Changelog
226226
227-
See the [CHANGELOG](CHANGELOG.md) for all changes since project inception
228-
229-
230-
## Authors
231-
* UAL-RE [University of Arizona Libraries](https://github.com/ualibraries), [Research Engagement](https://github.com/UAL-RE)
232-
* Current authors: Fernando Rios, Yan Han
233-
* Past author: Chun Ly, Ph.D. ([@astrochun](http://www.github.com/astrochun))
227+
See the [CHANGELOG](CHANGELOG.md) for all changes since project inception.
234228
235229
236230
See also the list of

ldcoolp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from os import path
22

3-
__version__ = "1.2.0"
3+
__version__ = "1.3.0"
44

55
CODE_NAME = "LD-Cool-P"
66

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='ldcoolp',
11-
version='1.2.0',
11+
version='1.3.0',
1212
packages=['ldcoolp'],
1313
url='https://github.com/UAL-RE/LD-Cool-P',
1414
license='MIT License',

0 commit comments

Comments
 (0)