[yt-svn] commit/yt: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Sep 19 06:47:45 PDT 2017


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/cbde0baeffac/
Changeset:   cbde0baeffac
User:        ngoldbaum
Date:        2017-09-07 15:47:06+00:00
Summary:     Use git version for get_yt_version
Affected #:  1 file

diff -r 566d0c5b179b7ad571a03c3723218340365c2bf2 -r cbde0baeffacd78582d0993fe8a439a229d5712a yt/funcs.py
--- a/yt/funcs.py
+++ b/yt/funcs.py
@@ -642,7 +642,7 @@
     import pkg_resources
     yt_provider = pkg_resources.get_provider("yt")
     path = os.path.dirname(yt_provider.module_path)
-    version = get_hg_version(path)
+    version = get_git_version(path)
     if version is None:
         return version
     else:


https://bitbucket.org/yt_analysis/yt/commits/98e69bae823e/
Changeset:   98e69bae823e
User:        xarthisius
Date:        2017-09-19 13:47:32+00:00
Summary:     Merge pull request #1551 from ngoldbaum/version-vcs

Use git version for get_yt_version
Affected #:  1 file

diff -r fb7d9a802c1dd06492673d7ed771e01b721d9de9 -r 98e69bae823e7295062c83440a4af0bf19256f41 yt/funcs.py
--- a/yt/funcs.py
+++ b/yt/funcs.py
@@ -642,7 +642,7 @@
     import pkg_resources
     yt_provider = pkg_resources.get_provider("yt")
     path = os.path.dirname(yt_provider.module_path)
-    version = get_hg_version(path)
+    version = get_git_version(path)
     if version is None:
         return version
     else:

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list