Skip to content

Commit

Permalink
update version numbers for 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Goldbaum committed Oct 15, 2018
1 parent 8d014a4 commit 62febd1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@

# General information about the project.
project = u'The yt Project'
copyright = u'2013-2017, the yt Project'
copyright = u'2013-2018, 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.5-dev'
version = '3.5.0'
# The full version, including alpha/beta/rc tags.
release = '3.5-dev'
release = '3.5.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
except pkg_resources.DistributionNotFound:
pass # yay!

VERSION = "3.5.dev0"
VERSION = "3.5.0"

if os.path.exists('MANIFEST'):
os.remove('MANIFEST')
Expand Down
2 changes: 1 addition & 1 deletion yt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# The full license is in the file COPYING.txt, distributed with this software.
#-----------------------------------------------------------------------------

__version__ = "3.5.dev0"
__version__ = "3.5.0"

# First module imports
import numpy as np # For modern purposes
Expand Down

0 comments on commit 62febd1

Please sign in to comment.