Skip to content

Commit ec292b5

Browse files
authored
Merge pull request #171 from TomasTomecek/070-release
0.7.0 release
2 parents 723b82f + 9b4dc33 commit ec292b5

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.7.0
4+
5+
* Use also `HostConfig` to get port bindings. Thanks to [@soyo42](https://github.com/soyo42), [#169](https://github.com/TomasTomecek/sen/pull/169).
6+
* CPU usage is processed more safely. Thanks to [@soyo42](https://github.com/soyo42), [#168](https://github.com/TomasTomecek/sen/pull/168).
7+
* Fedora packaging updates.
8+
9+
310
## 0.6.2
411

512
* Sen now has an icon! Thanks to [@Vitexus](https://github.com/Vitexus), [#161](https://github.com/TomasTomecek/sen/pull/161).

sen.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
Name: %{srcname}
10-
Version: 0.6.2
10+
Version: 0.7.0
1111
Release: 1%{?dist}
1212
Summary: %{sum}
1313

@@ -75,6 +75,9 @@ py.test-%{python3_version} -vv tests || :
7575

7676

7777
%changelog
78+
* Wed Apr 12 2023 Tomas Tomecek <[email protected]> - 0.7.0-1
79+
- 0.7.0 upstream release
80+
7881
* Mon Nov 01 2021 Tomas Tomecek <[email protected]> - 0.6.2-1
7982
- 0.6.2 upstream release
8083

sen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from sen.constants import FALLBACK_LOG_PATH
44

5-
__version__ = '0.6.2'
5+
__version__ = '0.7.0'
66

77

88
def set_logging(name="sen", level=logging.DEBUG, path=FALLBACK_LOG_PATH):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='sen',
20-
version='0.6.2',
20+
version='0.7.0',
2121
description="Terminal User Interface for Docker Engine",
2222
author='Tomas Tomecek',
2323
author_email='[email protected]',

0 commit comments

Comments
 (0)