README and .gitignore update.
This commit is contained in:
parent
db41e7ee0b
commit
cfa1607eaa
3 changed files with 6 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,3 +1,7 @@
|
|||
# Linspector
|
||||
log/*.log
|
||||
log/*.log.*
|
||||
|
||||
# ---> Python
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
|
@ -134,7 +138,6 @@ dmypy.json
|
|||
*.iml
|
||||
out/
|
||||
|
||||
|
||||
# ---> Lua
|
||||
# Compiled Lua sources
|
||||
luac.out
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Linspector Infrastructure and System Monitoring
|
||||
# Linspector System Monitoring
|
||||
|
||||
#### Linspector is not some program expecting computers to obviously run...
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
# stable version.
|
||||
__version__ = '0.19.24.dev1'
|
||||
__version__ = '0.19.25.dev1'
|
||||
__author__ = 'Johannes Findeisen <you@hanez.org>'
|
||||
|
||||
logger = logging.getLogger('linspector')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue