File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PROJECT =nornir_rich
22CODE_DIRS =${PROJECT} tests
3- IMG_URL =https://raw.githubusercontent.com/InfrastructureAsCode-ch/nornir-rich /main/docs/imgs/
3+ IMG_URL =https://raw.githubusercontent.com/InfrastructureAsCode-ch/nornir_rich /main/docs/imgs/
44
55# Run pytest
66.PHONY : pytest
Original file line number Diff line number Diff line change 1- __version__ = "0.1.3 " # From Makefile
1+ __version__ = "0.1.4 " # From Makefile
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " nornir-rich"
3- version = " 0.1.3 "
3+ version = " 0.1.4 "
44description = " Collection of 'nice looking' functions with rich for nornir"
55authors = [" ubaumann <github@m.ubaumann.ch>" ]
66license = " Apache-2.0"
77readme = " README.md"
8- repository = " https://github.com/InfrastructureAsCode-ch/nornir-rich "
8+ repository = " https://github.com/InfrastructureAsCode-ch/nornir_rich "
99classifiers = [
1010 " License :: OSI Approved :: Apache Software License" ,
1111 " Programming Language :: Python :: 3.7" ,
Original file line number Diff line number Diff line change 22
33
44def test_version () -> None :
5- assert __version__ == "0.1.3 " # From Makefile
5+ assert __version__ == "0.1.4 " # From Makefile
You can’t perform that action at this time.
0 commit comments