Skip to content

Commit

Permalink
Updated version from v2.1.12 to v2.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
DamnWidget committed Jan 21, 2017
1 parent ab2fad5 commit 6a1bb25
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
17 changes: 17 additions & 0 deletions messages/2.1.13.txt
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6a1bb25

Please sign in to comment.