summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2016-11-17 15:15:01 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2016-11-17 15:24:15 -0300
commitdb570171317b8fb998527bd0cef52a983bc4b4a0 (patch)
treeaf84882e600fe006d6c4df555facbf6820f3d464
parent733f0bba2197ba3e500a31c28de41716fb88c88f (diff)
Release 2.02.0.0
-rw-r--r--.gitignore1
-rw-r--r--setup.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 395b4b9..263b905 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
git-phab.1
+.pypirc
diff --git a/setup.py b/setup.py
index 22cc7a0..a8cb697 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ else:
setup(
name="git-phab",
- version="1.9.0",
+ version="2.0.0",
author="Xavier Claessens",
author_email="xavier.claessens@collabora.com",
description=("Git subcommand to integrate with phabricator"),