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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Dec 11 17:40:26 PST 2016


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/3bdb0ca67dca/
Changeset:   3bdb0ca67dca
Branch:      stable
User:        chummels
Date:        2016-12-12 01:38:11+00:00
Summary:     Updating version numbers and tagging for yt 3.3.3 release.
Affected #:  3 files

diff -r 3ffb80c35dc29a71999a605d5c0f4cadc0a22892 -r 3bdb0ca67dcaa5786d433a148e638687b4be7cdd 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.2'
+version = '3.3.3'
 # The full version, including alpha/beta/rc tags.
-release = '3.3.2'
+release = '3.3.3'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

diff -r 3ffb80c35dc29a71999a605d5c0f4cadc0a22892 -r 3bdb0ca67dcaa5786d433a148e638687b4be7cdd setup.py
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@
 except pkg_resources.DistributionNotFound:
     pass  # yay!
 
-VERSION = "3.3.2"
+VERSION = "3.3.3"
 
 if os.path.exists('MANIFEST'):
     os.remove('MANIFEST')

diff -r 3ffb80c35dc29a71999a605d5c0f4cadc0a22892 -r 3bdb0ca67dcaa5786d433a148e638687b4be7cdd 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.2"
+__version__ = "3.3.3"
 
 # First module imports
 import numpy as np # For modern purposes


https://bitbucket.org/yt_analysis/yt/commits/f96a417cff48/
Changeset:   f96a417cff48
Branch:      stable
User:        chummels
Date:        2016-12-12 01:38:33+00:00
Summary:     Added tag yt-3.3.3 for changeset 3bdb0ca67dca
Affected #:  1 file

diff -r 3bdb0ca67dcaa5786d433a148e638687b4be7cdd -r f96a417cff480be88f51d9051d9443e82ab5515b .hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -5198,3 +5198,4 @@
 0d0af4016c88476e134c46ce6c25d9ef88c84614 yt-3.3.2
 732bbecb894e4e9c8d2d8d0a5f10810acab72d85 yt-3.3.2
 732bbecb894e4e9c8d2d8d0a5f10810acab72d85 yt-3.3.2
+3bdb0ca67dcaa5786d433a148e638687b4be7cdd yt-3.3.3

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