README and .gitignore update.

This commit is contained in:
Johannes Findeisen 2022-10-03 06:16:26 +02:00
commit cfa1607eaa
3 changed files with 6 additions and 3 deletions

5
.gitignore vendored
View file

@ -1,3 +1,7 @@
# Linspector
log/*.log
log/*.log.*
# ---> Python # ---> Python
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
@ -134,7 +138,6 @@ dmypy.json
*.iml *.iml
out/ out/
# ---> Lua # ---> Lua
# Compiled Lua sources # Compiled Lua sources
luac.out luac.out

View file

@ -1,4 +1,4 @@
# Linspector Infrastructure and System Monitoring # Linspector System Monitoring
#### Linspector is not some program expecting computers to obviously run... #### Linspector is not some program expecting computers to obviously run...

View file

@ -34,7 +34,7 @@ from linspector.core.monitors import Monitors
# i currently only increase the 3rd number because the goal is that 0.19 will become the first # i currently only increase the 3rd number because the goal is that 0.19 will become the first
# stable version. # stable version.
__version__ = '0.19.24.dev1' __version__ = '0.19.25.dev1'
__author__ = 'Johannes Findeisen <you@hanez.org>' __author__ = 'Johannes Findeisen <you@hanez.org>'
logger = logging.getLogger('linspector') logger = logging.getLogger('linspector')