def get_tags_by_date(today=datetime.datetime.today()): date = today.strftime(date_format) command = "git tag --list=release/%s/*" % date execute(command)
def execute(self, context): return context.execute(self.expr)