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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Mar 6 12:38:37 PST 2017


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/bf36e108e911/
Changeset:   bf36e108e911
Branch:      stable
User:        ngoldbaum
Date:        2017-03-06 20:27:48+00:00
Summary:     Updating version numbers
Affected #:  3 files

diff -r 490ac254e4e1c90183698b4fac698912fa343dd8 -r bf36e108e911f0c415b6cc23691723c2d31ec69f doc/source/conf.py
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -60,16 +60,16 @@
 
 # General information about the project.
 project = u'The yt Project'
-copyright = u'2013-2016, the yt Project'
+copyright = u'2013-2017, the yt Project'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = '3.3.4'
+version = '3.3.5'
 # The full version, including alpha/beta/rc tags.
-release = '3.3.4'
+release = '3.3.5'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

diff -r 490ac254e4e1c90183698b4fac698912fa343dd8 -r bf36e108e911f0c415b6cc23691723c2d31ec69f setup.py
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@
 except pkg_resources.DistributionNotFound:
     pass  # yay!
 
-VERSION = "3.3.4"
+VERSION = "3.3.5"
 
 if os.path.exists('MANIFEST'):
     os.remove('MANIFEST')

diff -r 490ac254e4e1c90183698b4fac698912fa343dd8 -r bf36e108e911f0c415b6cc23691723c2d31ec69f 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.4"
+__version__ = "3.3.5"
 
 # First module imports
 import numpy as np # For modern purposes


https://bitbucket.org/yt_analysis/yt/commits/52f2595f3407/
Changeset:   52f2595f3407
Branch:      stable
User:        ngoldbaum
Date:        2017-03-06 20:30:08+00:00
Summary:     Added tag yt-3.3.5 for changeset bf36e108e911
Affected #:  1 file

diff -r bf36e108e911f0c415b6cc23691723c2d31ec69f -r 52f2595f340788c5303fbcc23df24f87b399ea44 .hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -5200,3 +5200,5 @@
 732bbecb894e4e9c8d2d8d0a5f10810acab72d85 yt-3.3.2
 3bdb0ca67dcaa5786d433a148e638687b4be7cdd yt-3.3.3
 ca2f21bad5329d35912c4efb5d8d784339b32f3b yt-3.3.4
+7d2618d9ae601f6923415053cddd855c7bdc05e4 yt-3.3.5
+bf36e108e911f0c415b6cc23691723c2d31ec69f yt-3.3.5

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