Skip to content

Commit

Permalink
fixed version string manipulation
Browse files Browse the repository at this point in the history
Signed-off-by: SONIABHISHEK121 <[email protected]>
  • Loading branch information
ABHISHEKSONI121 committed Aug 3, 2024
1 parent 6db9574 commit 56935ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ pytest-freezegun==0.4.2; python_version > '3'
pytest-mock==2.0.0; python_version <= '2.7'
pytest-mock==3.10.0; python_version > '2.7'
pywin32==304; sys_platform == "win32" and python_version > '3'
py2exe==0.11.1.1; sys_platform == "win32" and python_version > '3'
5 changes: 0 additions & 5 deletions setup_win.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
import warnings
import sys

try:
rev = subprocess.check_output(['git', 'rev-list', '--count', '--all'],
stderr=subprocess.PIPE).strip().decode("ascii")
except:
rev = 0

__version__ = "3.10.3028"

Expand Down

0 comments on commit 56935ef

Please sign in to comment.