Skip to content

Commit

Permalink
Update update_release.sh (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
berggren committed Jul 9, 2020
1 parent d15ffb2 commit bd4d50b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/update_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ VERSION=`date -u +"%Y%m%d"`
DPKG_DATE=`date -R`

# Update the Python module versions.
sed "s/__version__ = '[0-9]*'/__version__ = '${VERSION}'/" -i api_client/python/timesketch_api_client/version.py
sed "s/__version__ = '[0-9]*'/__version__ = '${VERSION}'/" -i importer_client/python/timesketch_import_client/version.py
sed "s/__version__ = '[0-9]*'/__version__ = '${VERSION}'/" -i timesketch/version.py

# Update the version in the dpkg configuration files.
Expand Down

0 comments on commit bd4d50b

Please sign in to comment.