From 63c60ec9c86feff3191203807d4a138ae1014bc5 Mon Sep 17 00:00:00 2001 From: pixis Date: Wed, 17 Apr 2024 11:12:34 +0200 Subject: [PATCH 1/2] 3.1.10 --- README.md | 2 +- lsassy/__init__.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9e757cd..1e32246 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # lsassy -[![PyPI version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=py&type=6&v=v3.1.9&x2=0)](https://pypi.org/project/lsassy) +[![PyPI version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=py&type=6&v=v3.1.10&x2=0)](https://pypi.org/project/lsassy) [![PyPI Statistics](https://img.shields.io/pypi/dm/lsassy.svg)](https://pypistats.org/packages/lsassy) [![Tests](https://github.com/hackndo/lsassy/actions/workflows/lsassy.yml/badge.svg)](https://github.com/hackndo/lsassy/actions?workflow=lsassy) [![Twitter](https://img.shields.io/twitter/follow/hackanddo?label=HackAndDo&style=social)](https://twitter.com/intent/follow?screen_name=hackanddo) diff --git a/lsassy/__init__.py b/lsassy/__init__.py index 5341ea5..be3cf9c 100644 --- a/lsassy/__init__.py +++ b/lsassy/__init__.py @@ -1 +1 @@ -__version__ = '3.1.9' +__version__ = '3.1.10' diff --git a/pyproject.toml b/pyproject.toml index abd528d..1b2cd74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lsassy" -version = "3.1.9" +version = "3.1.10" description = "Tool to remotely extract credentials" readme = "README.md" homepage = "https://github.com/hackndo/lsassy" diff --git a/setup.py b/setup.py index ca41793..772efb3 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="lsassy", - version="3.1.9", + version="3.1.10", author="Pixis", author_email="hackndo@gmail.com", description="Python library to extract credentials from lsass remotely", From 6cbcbc833686f411bc91871f4daa2cfd64924fe2 Mon Sep 17 00:00:00 2001 From: pixis Date: Wed, 17 Apr 2024 11:13:52 +0200 Subject: [PATCH 2/2] Need tests to merge --- .github/workflows/lsassy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/lsassy.yml b/.github/workflows/lsassy.yml index 2c74eb6..f531269 100644 --- a/.github/workflows/lsassy.yml +++ b/.github/workflows/lsassy.yml @@ -39,7 +39,6 @@ jobs: python -m unittest discover tests build: - if: github.event.pull_request.merged == true needs: test name: lsassy actions on ${{ matrix.os }} runs-on: ${{ matrix.os }}