Skip to content

Commit

Permalink
Bump version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leandro-lucarella-sociomantic committed Mar 11, 2013
1 parent 38fb590 commit e655202
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
git-hub (0.1) UNRELEASED; urgency=low
git-hub (0.2) precise; urgency=low

* Fix `pull` subcommand aliases for `issue` (a18c812)
* Add completion of issue and pull request numbers (1e97144)
* Add a `clone` command (3e9934b)
* Add colors to errors (f9ebca1)
* Authenticate using OAuth, adding new command `setup` to get the OAuth
token (71e9cbd, d10e1cc)
* Make the amount of output configurable through --verbose (-v) and --silent
(-s) (03f6337, 0613521, 8d10941, 38fb590)

-- Leandro Lucarella <[email protected]> Mon, 11 Mar 2013 17:56:55 +0100

git-hub (0.1) precise; urgency=low

* Initial release.

Expand Down
2 changes: 1 addition & 1 deletion git-hub
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ def main():

parser = argparse.ArgumentParser(
description='Git command line interface to GitHub')
parser.add_argument('--version', action='version', version='git-hub 0.1')
parser.add_argument('--version', action='version', version='git-hub 0.2')
parser.add_argument('-v', '--verbose', action='count', default=INFO,
help="be more verbose (can be specified multiple times to get "
"extra verbosity)")
Expand Down

0 comments on commit e655202

Please sign in to comment.