Skip to content

Commit

Permalink
Bump to beta-3
Browse files Browse the repository at this point in the history
  • Loading branch information
ferd committed Oct 1, 2015
1 parent 1a4b8ef commit 4177c75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ configuration work. rebar also provides dependency management, enabling
application writers to easily re-use common libraries from a variety of
locations ([hex.pm](http://hex.pm), git, hg, and so on).

3.0 Beta-2
3.0 Beta-3
====

[DOCUMENTATION](http://www.rebar3.org/v3.0/docs)
Expand Down
2 changes: 1 addition & 1 deletion pr2relnotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def get_formatted_issue(repo, issue, title, url):
"""
# Newline support writelines() call which doesn't add newlines
# on its own
return("* {}/{}: [{}]({})\n".format(repo, issue, title, url))
return("* {}/{}: [{}]({})\n".format(repo, issue, title.encode('utf-8'), url))

def gh_get_issue_output(org, repo, issuenum):
"""
Expand Down
2 changes: 1 addition & 1 deletion src/rebar.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{application, rebar,
[{description, "Rebar: Erlang Build Tool"},
{vsn, "3.0.0-beta-2"},
{vsn, "git"},
{modules, []},
{registered, []},
{applications, [kernel,
Expand Down

0 comments on commit 4177c75

Please sign in to comment.