Skip to content

Commit 871c620

Browse files
authored
Merge pull request #81 from unity-sds/develop
Release Attempt 2
2 parents be3aea8 + ca151cb commit 871c620

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
Artifact generation steps
1+
#### PyPI Location
2+
- https://pypi.org/project/mdps-ds-lib/
3+
4+
#### Artifact generation steps
25

36
- Do Nothing in when creating a PR.
47
- When merging a PR (if title is breaking / feat / bug)

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
===================================================================
99

10+
## [1.1.0.dev000005] - 2024-12-09
11+
### Fixed
12+
- [#79](https://github.com/unity-sds/mdps-ds-lib/pull/79) chore: dummy commit
13+
1014
## [1.1.0.dev000004] - 2024-12-09
1115
### Fixed
1216
- [#76](https://github.com/unity-sds/mdps-ds-lib/pull/76) chore: update jupyter notebok

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mdps-ds-lib"
3-
version="1.1.0.dev000004"
3+
version="1.1.0.dev000005"
44
description = "Mission Data System - MDPS (Unity) Data Service Core library"
55
authors = ["Wai Phyo <wai.phyo@jpl.nasa.gov>"]
66
license = "Apache 2.0"

0 commit comments

Comments
 (0)