Skip to content

Commit

Permalink
Merge pull request #419 from chidanandpujar/jsnapy_release_138
Browse files Browse the repository at this point in the history
jsnapy 1.3.8 release update
  • Loading branch information
dineshbaburam91 authored Aug 5, 2024
2 parents 29b178d + 2cc922a commit 6bd53ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
pip install -r development.txt
python setup.py sdist
ls dist/
cp dist/jsnapy-*.dev0.tar.gz ../
cp dist/jsnapy-*.tar.gz ../
cd ../
tar -xzvf jsnapy-*.dev0.tar.gz
cd jsnapy-*.dev0
tar -xzvf jsnapy-*.tar.gz
cd jsnapy-1.3.8
python setup.py install
Expand Down
4 changes: 2 additions & 2 deletions lib/jnpr/jsnapy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# All rights reserved.
#

__version__ = "1.3.8.dev0"
DATE = "2022-apr-27"
__version__ = "1.3.8"
DATE = "2022-aug-5"

0 comments on commit 6bd53ab

Please sign in to comment.