Update version from 2021.12.22 to v2021.12.22.
This commit is contained in:
parent
486d7b3f27
commit
292f58e309
6 changed files with 6 additions and 6 deletions
|
|
@ -10,7 +10,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
|
|||
|
||||
Install eris directly using pip, and apt install the tools eris relies on:
|
||||
|
||||
pip install git+https://github.com/ahamilton/eris@2021.12.22#subdirectory=eris
|
||||
pip install git+https://github.com/ahamilton/eris@v2021.12.22#subdirectory=eris
|
||||
eris --apt-install-tools
|
||||
|
||||
Or install from source: (including tools)
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ except ImportError:
|
|||
|
||||
REPO_PATH = os.path.dirname(os.getcwd())
|
||||
setup(name="eris",
|
||||
version="2021.12.22",
|
||||
version="v2021.12.22",
|
||||
description=("Eris maintains an up-to-date set of reports for every file in a codebase."),
|
||||
url="https://github.com/ahamilton/eris",
|
||||
author="Andrew Hamilton",
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ except ImportError:
|
|||
|
||||
REPO_PATH = os.path.dirname(os.getcwd())
|
||||
setup(name="fill3",
|
||||
version="2021.12.22",
|
||||
version="v2021.12.22",
|
||||
description=("Fill3 provides basic widgets for a tui."),
|
||||
url="https://github.com/ahamilton/eris",
|
||||
author="Andrew Hamilton",
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ except ImportError:
|
|||
|
||||
|
||||
setup(name="lscolors",
|
||||
version="2021.12.22",
|
||||
version="v2021.12.22",
|
||||
description=("Give coloring for file types as in the ls command."),
|
||||
url="https://github.com/ahamilton/eris",
|
||||
author="Andrew Hamilton",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
|
|||
|
||||
Install eris directly using pip, and apt install the tools eris relies on:
|
||||
|
||||
pip install git+https://github.com/ahamilton/eris@2021.12.22#subdirectory=eris
|
||||
pip install git+https://github.com/ahamilton/eris@v2021.12.22#subdirectory=eris
|
||||
eris --apt-install-tools
|
||||
|
||||
Or install from source: (including tools)
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ except ImportError:
|
|||
|
||||
|
||||
setup(name="termstr",
|
||||
version="2021.12.22",
|
||||
version="v2021.12.22",
|
||||
description=("Termstr provides strings with extra terminal styling."),
|
||||
url="https://github.com/ahamilton/eris",
|
||||
author="Andrew Hamilton",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue