Skip to content

Commit a55ecee

Browse files
author
Kebechet
committed
'Release of version 1.11.2'
Signed-off-by: Kebechet <noreply+kebechet@redhat.com>
1 parent bf2d71f commit a55ecee

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog for the Kebechet - a Thoth bot
22

3+
## Release 1.11.2 (2022-12-02T19:53:13)
4+
* 365fc74 requirements manager changed to use pipenv libraries
5+
* 52105ca ':arrow_up: Automatic update of dependencies by Kebechet for the rhel-8 environment'
6+
* 5681483 Fix the dict issue in version manager update for pyproject
7+
38
## Release 1.11.1 (2022-11-24T14:37:44)
49
* 9cf075b0 Use git add command instead of index.add from gitpython (#1176)
510
* 53af1d3a ':arrow_up: Automatic update of dependencies by Kebechet for the rhel-8 environment'

kebechet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Update dependencies stated in the Pipfile.lock for the given repo or repositories."""
22

33
__name__ = "kebechet"
4-
__version__ = "1.11.1"
4+
__version__ = "1.11.2"
55
__author__ = "Fridolin Pokorny <fridolin.pokorny@gmail.com>"

0 commit comments

Comments
 (0)