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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Jul 24 09:40:57 PDT 2016


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/9bc3d0e9b750/
Changeset:   9bc3d0e9b750
Branch:      stable
User:        ngoldbaum
Date:        2016-07-24 16:39:59+00:00
Summary:     Updating version numbers
Affected #:  3 files

diff -r 8bbb845221830bf04613506aee0b63f79d8bb656 -r 9bc3d0e9b750c923d44d73c447df64fc431f5838 doc/source/conf.py
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -67,9 +67,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '3.3.0'
+version = '3.3.1'
 # The full version, including alpha/beta/rc tags.
-release = '3.3.0'
+release = '3.3.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

diff -r 8bbb845221830bf04613506aee0b63f79d8bb656 -r 9bc3d0e9b750c923d44d73c447df64fc431f5838 setup.py
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@
 SHADERS_FILES = glob.glob(os.path.join(SHADERS_DIR, "*.vertexshader")) + \
     glob.glob(os.path.join(SHADERS_DIR, "*.fragmentshader"))
 
-VERSION = "3.3.0"
+VERSION = "3.3.1"
 
 if os.path.exists('MANIFEST'):
     os.remove('MANIFEST')

diff -r 8bbb845221830bf04613506aee0b63f79d8bb656 -r 9bc3d0e9b750c923d44d73c447df64fc431f5838 yt/__init__.py
--- a/yt/__init__.py
+++ b/yt/__init__.py
@@ -72,7 +72,7 @@
 # The full license is in the file COPYING.txt, distributed with this software.
 #-----------------------------------------------------------------------------
 
-__version__ = "3.3.0"
+__version__ = "3.3.1"
 
 # First module imports
 import numpy as np # For modern purposes


https://bitbucket.org/yt_analysis/yt/commits/60f3a290f676/
Changeset:   60f3a290f676
Branch:      stable
User:        ngoldbaum
Date:        2016-07-24 16:40:08+00:00
Summary:     Added tag yt-3.3.1 for changeset 9bc3d0e9b750
Affected #:  1 file

diff -r 9bc3d0e9b750c923d44d73c447df64fc431f5838 -r 60f3a290f676742dad8a5e3c58813b6da82612fd .hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -5194,3 +5194,4 @@
 0000000000000000000000000000000000000000 yt-3.2.3
 83d2c1e9313e7d83eb5b96888451ff2646fd8ff3 yt-3.2.3
 7edbfde96c3d55b227194394f46c0b2e6ed2b961 yt-3.3.0
+9bc3d0e9b750c923d44d73c447df64fc431f5838 yt-3.3.1

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