[yt-svn] commit/yt: ngoldbaum: Updating version numbers for 3.4.0

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Aug 10 10:51:46 PDT 2017


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/bdeec7179eff/
Changeset:   bdeec7179eff
User:        ngoldbaum
Date:        2017-08-10 17:50:58+00:00
Summary:     Updating version numbers for 3.4.0
Affected #:  3 files

diff -r 047b1c2a5affd95643748546bc26d40cf5f82f7f -r bdeec7179eff15f19c4637c0347c7b55923dfb5d doc/source/conf.py
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -61,16 +61,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.4-dev'
+version = '3.4.0'
 # The full version, including alpha/beta/rc tags.
-release = '3.4-dev'
+release = '3.4.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

diff -r 047b1c2a5affd95643748546bc26d40cf5f82f7f -r bdeec7179eff15f19c4637c0347c7b55923dfb5d setup.py
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@
 except pkg_resources.DistributionNotFound:
     pass  # yay!
 
-VERSION = "3.4.dev0"
+VERSION = "3.4.0"
 
 if os.path.exists('MANIFEST'):
     os.remove('MANIFEST')

diff -r 047b1c2a5affd95643748546bc26d40cf5f82f7f -r bdeec7179eff15f19c4637c0347c7b55923dfb5d yt/__init__.py
--- a/yt/__init__.py
+++ b/yt/__init__.py
@@ -16,7 +16,7 @@
 # The full license is in the file COPYING.txt, distributed with this software.
 #-----------------------------------------------------------------------------
 
-__version__ = "3.4-dev"
+__version__ = "3.4.0"
 
 # First module imports
 import numpy as np # For modern purposes

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