Skip to content

Releases: msiemens/PyGitUp

v1.4.0

29 Feb 10:47
Compare
Choose a tag to compare
  • 3rd party dependencies have been updated.
  • Dependencies on 3rd party libraries have been loosened to better interact with other installed packages. Thanks @MaximilianR for the Pull Request.
  • Added an command line argument to turn of fetching (--no-fetch). Thanks @buoto for the Pull Request.
  • Don’t show a stacktrace anymore when stashing fails (#35).
  • Fixed a bug that cuased problems with submodules if the submodule had unstashed changes/ Thanks @Javex for the Pull Request.

v1.3.1

29 Feb 10:47
Compare
Choose a tag to compare
  • Fixed a bug when showing the version on Python 3 (#34).

v1.3.0

09 Apr 11:26
Compare
Choose a tag to compare
  • Support for Python 3 has been added. Thanks @r4ts0n for the
    Pull Request and @Byron for quickly merging a Pull Request
    in GitPython and releasing a new version on which this release
    depends.

v1.2.2

23 Feb 15:49
Compare
Choose a tag to compare
  • Now updates submodules when called from git submodule foreach (#8).

v1.2.1

23 Feb 15:49
Compare
Choose a tag to compare
  • Fixed a problem with setuptools 8.x (#19).
  • 3rd party dependencies have been updated

v1.2.0

10 Dec 17:09
Compare
Choose a tag to compare
  • Added an option to show hashes when fast-forwarding/rebasing like
    git pull does (git-up.rebase.show-hashes).
  • Fixed a bug when having branches with both local tracking branches
    and remote tracking branches (#18).

v1.1.5

19 Nov 21:04
Compare
Choose a tag to compare
  • 3rd party dependencies have been updated to fix a problem with a 3rd
    party library (#18)

v1.1.4

18 Apr 13:17
Compare
Choose a tag to compare
  • Fixed some typos in README and PyGitUp output.
  • 3rd party dependencies have been updated.

v1.1.3

23 Mar 16:23
Compare
Choose a tag to compare
  • ahead of upstream messages are now cyan (see
    aanand/git-up#60)
  • Fixed problem when using % in the log hook on Windows
    (#11)

v1.1.2

08 Oct 16:54
Compare
Choose a tag to compare
  • Fixed problems with the dependency declaration.

Note: To update to this release, run pip install -U git-up.