mirror of
https://github.com/cmur2/python-bme680.git
synced 2026-04-05 14:18:43 +02:00
Version 1.0.3 prep
This commit is contained in:
@@ -39,9 +39,10 @@ inform "seeded debian changelog"
|
||||
|
||||
# generate pypi changelog
|
||||
|
||||
sed -e "/--/d" -e "s/ \*/\*/" \
|
||||
-e "s/.*\([0-9].[0-9].[0-9]\).*/\1/" \
|
||||
-e '/[0-9].[0-9].[0-9]/ a\
|
||||
sed -e "/--/d" \
|
||||
-e "s/ \*/\*/" \
|
||||
-e "s/.*(\([0-9].[0-9].[0-9]\)).*/\1/" \
|
||||
-e '/^[0-9].[0-9].[0-9]$/ a\
|
||||
-----' $mainlog | cat -s > $pypilog
|
||||
|
||||
version=$(head -n 1 $pypilog)
|
||||
|
||||
Reference in New Issue
Block a user