File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for the Kebechet - a Thoth bot
2
2
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
+
3
8
## Release 1.11.1 (2022-11-24T14:37:44)
4
9
* 9cf075b0 Use git add command instead of index.add from gitpython (#1176 )
5
10
* 53af1d3a ':arrow_up : Automatic update of dependencies by Kebechet for the rhel-8 environment'
Original file line number Diff line number Diff line change 1
1
"""Update dependencies stated in the Pipfile.lock for the given repo or repositories."""
2
2
3
3
__name__ = "kebechet"
4
- __version__ = "1.11.1 "
4
+ __version__ = "1.11.2 "
5
5
__author__ = "Fridolin Pokorny <fridolin.pokorny@gmail.com>"
You can’t perform that action at this time.
0 commit comments