Skip to content

Commit 0e253a2

Browse files
authored
Update to version 0.2 (ni#19)
- [x] This contribution adheres to [CONTRIBUTING.md](https://github.com/ni/nisync-python/blob/main/CONTRIBUTING.md). ### What does this Pull Request accomplish? Update nisync API version from 0.1 to 0.2 and add release message in CHANGELOG.md ### Why should this Pull Request be merged? To update the version before publish to Pypi ### What testing has been done? 1. Run 'pytest -v' 2. Run command 'poetry run ni-python-styleguide lint' and 'poetry run ni-python-styleguide fix' 3. Check the appearance of CHANGELOG.md and validate the link. ![image](https://github.com/user-attachments/assets/d9757dc3-7b41-4b3d-8bcc-e3882fb1efbc) Signed-off-by: wchung <[email protected]>
1 parent 35a282a commit 0e253a2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog
2-
*[0.1.0](#010)
2+
* [0.1.0](#010)
3+
* [0.2.0](#020)
34

45
All notable changes to this project will be documented in this file.
56

7+
## 0.2.0
8+
9+
* ### Merged Pull Requests
10+
* [Add function to return session handle from nisync](https://github.com/ni/nisync-python/pull/18)
11+
612
## 0.1.0
713
* Initial public release of nisync

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 = "nisync"
3-
version = "0.1"
3+
version = "0.2"
44
description = "NI-Sync Python API"
55
authors = ["NI <[email protected]>"]
66
maintainers = ["NI <[email protected]>"]

0 commit comments

Comments
 (0)