Skip to content

could there be an 0.3.2 (or 0.3.2-RC2 ;-)) release? #164

Closed
@yarikoptic

Description

@yarikoptic
Contributor

I see that there is some roadmap for 0.3.2 release (with 10 issues to tackle), but in the light of recent fixes (e.g. I care about untracked_files fix) I hoped that there might be some bugfix release along the way?

Thank you in advance!

Activity

changed the title [-]could there be an 0.3.2 (or 0.3.2.1 ;-)) release?[/-] [+]could there be an 0.3.2 (or 0.3.2-RC2 ;-)) release?[/+] on May 30, 2014
yarikoptic

yarikoptic commented on Aug 15, 2014

@yarikoptic
ContributorAuthor

reply would be very appreciated -- I want to decide on how to update debian python-git package -- just pick up patches or (ideally) update to current state (thus official release or candidate would help)

Byron

Byron commented on Aug 17, 2014

@Byron
Member

Does it make sense to use pips special form to pull from a github repository directly, such as in this example ?

# Get latest version in 0.3
pip install git+https://github.com/gitpython-developers/GitPython@0.3

Another form of this command can pull a particular commit - more information about this type of pip invocation can be found here.

yarikoptic

yarikoptic commented on Aug 18, 2014

@yarikoptic
ContributorAuthor

@Byron For good or for worse, my Debian-rotten soul has limited experience with pip since I am preferring installation/maintenance in implementation-agnostic way (apt-get ;-) ) and offload integration testing upon tests/users on a particular system (e.g. Debian) -- hence was my question, because releases help to identify/compare different versions of the same software, which would be tricky if deployment is always happening from a moving target without clear versioning. AFAIK such pip install should work but upgrades will not fetch new state from the 0.3 (I could be proven wrong!).

added this to the v0.3.2 milestone on Nov 14, 2014
Byron

Byron commented on Nov 14, 2014

@Byron
Member

A new release has been made.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @yarikoptic@Byron

        Issue actions

          could there be an 0.3.2 (or 0.3.2-RC2 ;-)) release? · Issue #164 · gitpython-developers/GitPython