File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
| Version | Supported |
6
6
| ------- | ------------------ |
7
- | 1.2.1 | :white_check_mark : |
7
+ | 1.2.2 | :white_check_mark : |
8
+ | 1.2.1 | :x : |
8
9
| 1.2.0 | :x : |
9
10
| 1.1.0 | :x : |
10
11
| 1.0.6 | :x : |
Original file line number Diff line number Diff line change 23
23
__project__ = 'elm'
24
24
__appname__ = 'elm'
25
25
__appdesc__ = 'A cli interface for extracting LogicMonitor data via the api'
26
- __version__ = '1.2.1 '
26
+ __version__ = '1.2.2 '
27
27
__author__ = 'David Marsh'
28
28
__license__ = 'GPLv3'
29
29
__copyright__ = 'Copyright 2021--2024 David Marsh'
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ Jinja2~=3.1.2
5
5
jinja2-cli ~= 0.8.2
6
6
lxml ~= 5.2.1
7
7
packaging ~= 23.2
8
- pandas ~= 1.5.3
8
+ pandas ~= 2.2.2
9
9
Pygments ~= 2.15.0
10
- pyinstaller ~= 6.5 .0
10
+ pyinstaller ~= 6.8 .0
11
11
PySocks ~= 1.7.1
12
12
requests ~= 2.32.0
13
13
tabulate ~= 0.8.10
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'elm' ,
5
- version = '1.2.1 ' ,
5
+ version = '1.2.2 ' ,
6
6
description = 'Install elm' ,
7
7
url = 'https://github.com/rdmarsh/elm' ,
8
8
author = 'David Marsh' ,
You can’t perform that action at this time.
0 commit comments