Skip to content

Commit

Permalink
envoy.github.abstract: Add release and separate ifaces (#40)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax authored Aug 26, 2021
1 parent 94d6a9f commit 13dc6d2
Show file tree
Hide file tree
Showing 7 changed files with 385 additions and 341 deletions.
2 changes: 1 addition & 1 deletion envoy.base.runner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2
0.0.3-dev
2 changes: 1 addition & 1 deletion envoy.github.abstract/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.4-dev
0.0.4
8 changes: 4 additions & 4 deletions envoy.github.abstract/envoy/github/abstract/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

from .abstract import (
AGithubRelease,
from .assets import (
AGithubReleaseAssets,
AGithubReleaseAssetsPusher,
AGithubReleaseAssetsFetcher,
AGithubReleaseManager)
AGithubReleaseAssetsFetcher)
from .manager import AGithubReleaseManager
from .release import AGithubRelease


__all__ = (
Expand Down
335 changes: 0 additions & 335 deletions envoy.github.abstract/envoy/github/abstract/abstract.py

This file was deleted.

Loading

0 comments on commit 13dc6d2

Please sign in to comment.