Skip to content

Commit 1d23563

Browse files
committed
license year bump
1 parent c82566a commit 1d23563

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

.github/workflows/testing.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ on: [push]
44

55
jobs:
66
build:
7-
87
runs-on: ubuntu-latest
98
strategy:
109
matrix:
11-
python-version: ["3.7", "3.8", "3.9", "3.10"]
10+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1211

1312
steps:
1413
- uses: actions/checkout@v3

CHANGELOG.md

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

33

4+
## [0.1.3] TBD
5+
6+
### What's Changed
7+
8+
* Revert nodes get functions to default components to `NodeComponents.NONE` instead of `ALL`.
9+
* Update testing/linting configuration.
10+
11+
**Full Changelog**: https://github.com/mmahacek/PyONMS/compare/v0.1.2...v0.1.3
12+
413
## [0.1.2] 2023-12-21
514

615
### Breaking Change
716

817
* Updated `ApiPayloadError` exception to trigger when API returns HTTP 400+.
918

19+
**Full Changelog**: https://github.com/mmahacek/PyONMS/compare/v0.1.1...v0.1.2
20+
1021
## [0.1.1] 2023-12-21
1122

1223
### Breaking Change
@@ -26,7 +37,7 @@
2637
* Fix type hint on `Endpoint_post.data` attribute.
2738
* Add Node/IP/Service metadata modification to the `Nodes` endpoint.
2839

29-
**Full Changelog**: https://github.com/mmahacek/PyONMS/compare/v0.0.13...v0.0.14
40+
**Full Changelog**: https://github.com/mmahacek/PyONMS/compare/v0.0.13...v0.1.1
3041

3142

3243
## [0.0.13] 2023-12-1

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 mmahacek
3+
Copyright (c) 2024 mmahacek
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A Python library for accessing the OpenNMS REST API.
1111
This is being developed with Python 3.11 and OpenNMS 32.
1212
It may work on older versions, but they haven't been tested yet.
1313

14-
- [OpenNMS REST API documentation](https://docs.opennms.com/horizon/31/development/rest/rest-api.html)
14+
- [OpenNMS REST API documentation](https://docs.opennms.com/horizon/32/development/rest/rest-api.html)
1515
- [PyONMS documentation](https://mmahacek.github.io/PyONMS/)
1616
- [PyPi Library](https://pypi.org/project/pyonms/)
1717

0 commit comments

Comments
 (0)