Skip to content

Commit fc654ef

Browse files
saisankargochhayatharshad16
andauthoredSep 17, 2020
Add thoth config (#454)
* Add config to support kebechet releases * Update version.py Co-authored-by: Harshad Reddy Nalla <harshadreddy16@gmail.com> * Removed thamos related Co-authored-by: Harshad Reddy Nalla <harshadreddy16@gmail.com>
1 parent 6cd2788 commit fc654ef

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed
 

‎.thoth.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
managers:
2+
- name: version
3+
configuration:
4+
maintainers:
5+
- sesheta
6+
- fridex
7+
- goern
8+
- harshad16
9+
- pacospace
10+
assignees:
11+
- sesheta
12+
labels: [bot]
13+
changelog_file: true

‎CHANGELOG.md

Whitespace-only changes.

‎version.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
"""Thoth Application."""
2+
3+
__name__ = "thoth-station"
4+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)
Please sign in to comment.