Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bartdag committed Mar 19, 2011
1 parent 836d4f1 commit 64d5e19
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitli/.issues
Expand Up @@ -17,7 +17,7 @@ add edit command
5
add post-commit hook?
1
0.4
0.5
6
more intelligent init...
1
Expand All @@ -33,7 +33,7 @@ add a .gitli directory
9
add tests
1
0.4
0.5
10
add colorized output
1
Expand Down
2 changes: 1 addition & 1 deletion .gitli/.issues-current
@@ -1 +1 @@
0.3
0.5
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -3,7 +3,7 @@ gitli - Git Lightweight Issue Tracking System

:Authors:
Barthelemy Dagenais
:Version: 0.3
:Version: 0.4

gitli is a simple git extension to manage issues in single-developer projects.

Expand Down
8 changes: 6 additions & 2 deletions setup.py
Expand Up @@ -3,18 +3,21 @@
from distutils.core import setup

setup(name='gitli',
version='0.3',
version='0.4',
description='Simple issue management for git',
long_description=
'''
gitli is a simple git extension to manage issues in single-developer projects.
The issues are stored in the current branch of the git repository. gitli is
**not** a distributed issue tracker so merge needs to be done by hand, for now.
**not** a distributed issue tracker so merges need to be done by hand for now.
To use gitli, simply type ``git li init``, then ``git li new 'issue title'``,
and ``git li list``.
Go to the `gitli homepage <https://github.com/bartdag/gitli>`_ to read the
documentation.
The script does not attempt to prevent goofs and error messages can make
children cry.
''',
Expand All @@ -30,6 +33,7 @@
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.1',
Expand Down

0 comments on commit 64d5e19

Please sign in to comment.