Skip to content

Commit a182be6

Browse files
committed
Updated readme to better represent current state
And to trigger travis to build and work ...
1 parent b18fd3f commit a182be6

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

README.md

+1-17
Original file line numberDiff line numberDiff line change
@@ -69,31 +69,15 @@ New BSD License. See the LICENSE file.
6969
[![Coverage Status](https://coveralls.io/repos/gitpython-developers/GitPython/badge.png?branch=0.3)](https://coveralls.io/r/gitpython-developers/GitPython?branch=0.3)
7070
[![Documentation Status](https://readthedocs.org/projects/gitpython/badge/?version=stable)](https://readthedocs.org/projects/gitpython/?badge=stable)
7171

72-
73-
The project was idle for 2 years, the last release (v0.3.2 RC1) was made on July 2011. Reason for this might have been the project's dependency on me as sole active maintainer, which is an issue in itself.
74-
7572
Now that there seems to be a massive user base, this should be motivation enough to let git-python return to a proper state, which means
7673

7774
* no open pull requests
7875
* no open issues describing bugs
7976

80-
In short, I want to make a new release of 0.3 with all contributions and fixes included, foster community building to facilitate contributions.
81-
82-
#### PRESENT GOALS
83-
84-
The goals I have set for myself, in order, are as follows, all on branch 0.3.
85-
86-
* evaluate python 3.3 compatibility and establish it if possible
87-
88-
While that is happening, I will try hard to foster community around the project. This means being more responsive on the mailing list and in issues, as well as setting up clear guide lines about the [contribution](http://rfc.zeromq.org/spec:22) and maintenance workflow.
89-
9077
#### FUTURE GOALS
9178

9279
There has been a lot of work in the master branch, which is the direction I want git-python to go. Namely, it should be able to freely mix and match the back-end used, depending on your requirements and environment.
9380

94-
* restructure master to match my [OSS standard](https://github.com/Byron/bcore)
95-
* review code base and bring test-suite back online
96-
* establish python 3.3 compatibility
97-
* make it work similarly to 0.3, but with the option to swap for at least one additional backend
81+
* make new master work similarly to 0.3, but with the option to swap for at least one additional backend
9882
* make a 1.0 release
9983
* add backends as required

0 commit comments

Comments
 (0)