diff --git a/messages.json b/messages.json index 7577737b..e2a0f66c 100644 --- a/messages.json +++ b/messages.json @@ -62,5 +62,6 @@ "2.1.9": "messages/2.1.9.txt", "2.1.10": "messages/2.1.10.txt", "2.1.11": "messages/2.1.11.txt", - "2.1.12": "messages/2.1.12.txt" + "2.1.12": "messages/2.1.12.txt", + "2.1.13": "messages/2.1.13.txt" } diff --git a/messages/2.1.13.txt b/messages/2.1.13.txt new file mode 100644 index 00000000..b58a2d0a --- /dev/null +++ b/messages/2.1.13.txt @@ -0,0 +1,17 @@ + + | + _` | __ \ _` | __| _ \ __ \ _` | _` | + ( | | | ( | ( ( | | | ( | ( | + \__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_| + The Sublime Text 3 Python IDE + + +Anaconda v2.1.13 +================ + +Welcome to new anaconda v2.1.13, what do you can find in this minor release? + +## Improvements + + - Made css template for anaconda tooltips theme agnostic + diff --git a/release.sh b/release.sh index 35e7fa91..48816b54 100755 --- a/release.sh +++ b/release.sh @@ -28,7 +28,7 @@ cat ./messages.json | json_verify -q || error "invalid JSON in messages.json" # no errors continue with the commits git add ./messages/$normalized_version.txt ./messages.json git commit -m "Updated version from $last_version to $new_version" -git tag -a $new_version -m "$verdesc" +git tag -s $new_version -m "$verdesc" echo "git tag $new_version created, ready to push..." function error {