Skip to content

Commit

Permalink
Release v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Barbashov committed Feb 10, 2023
1 parent bb9627c commit f72687d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.13.1
------
* Move the pypi repo to remote-exec-api

1.13.0
------
* Allow providing extra arguments for the SSH command
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Remote

[![Code Quality](https://github.com/remote-cli/remote/workflows/Python%20Code%20Quality/badge.svg)](https://github.com/remote-cli/remote/actions?query=branch%3Amaster+workflow%3A%22Python+Code+Quality%22)
[![pypi](https://img.shields.io/pypi/v/remote-exec.svg)](https://pypi.org/project/remote-exec)
[![pypi](https://img.shields.io/pypi/v/remote-exec-api.svg)](https://pypi.org/project/remote-exec-api)
[![versions](https://img.shields.io/pypi/pyversions/remote-exec.svg)](https://github.com/remote-cli/remote)
[![license](https://img.shields.io/github/license/remote-cli/remote.svg)](https://github.com/remote-cli/remote/blob/master/LICENSE)

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ def get_long_description():


setuptools.setup(
name="remote-exec",
name="remote-exec-api",
version=get_version(),
url="https://github.com/shirshanka/remote",
author="Shirshanka Das",
url="https://github.com/remote-cli/remote",
author="Evgeny Barbashov",
license="BSD-2-CLAUSE",
description="A CLI to sync codebases and execute commands remotely",
long_description=get_long_description(),
Expand Down

0 comments on commit f72687d

Please sign in to comment.