File tree 4 files changed +11
-10
lines changed
4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ v1.2.0] ( https://github.com/UAL-RE/LD-Cool-P/tree/v1.2.0 ) (2023-06-22)
4
11
5
12
* Fix: TinyURL alias handling (Issue #261 ) by @zoidy in https://github.com/UAL-RE/LD-Cool-P/pull/265
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ You can confirm installation via `conda list`
116
116
(curation) $ conda list ldcoolp
117
117
```
118
118
119
- You should see that the version is ` 1.2 .0 ` .
119
+ You should see that the version is ` 1.3 .0 ` .
120
120
121
121
### Configuration Settings
122
122
@@ -224,13 +224,7 @@ following a `git tag` version.
224
224
225
225
## Changelog
226
226
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.
234
228
235
229
236
230
See also the list of
Original file line number Diff line number Diff line change 1
1
from os import path
2
2
3
- __version__ = "1.2 .0"
3
+ __version__ = "1.3 .0"
4
4
5
5
CODE_NAME = "LD-Cool-P"
6
6
Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = 'ldcoolp' ,
11
- version = '1.2 .0' ,
11
+ version = '1.3 .0' ,
12
12
packages = ['ldcoolp' ],
13
13
url = 'https://github.com/UAL-RE/LD-Cool-P' ,
14
14
license = 'MIT License' ,
You can’t perform that action at this time.
0 commit comments