Skip to content

Commit

Permalink
Merge pull request yt-project#2961 from munkm/bugfix-release-361
Browse files Browse the repository at this point in the history
Bump versions for bugfix release
  • Loading branch information
munkm authored Nov 10, 2020
2 parents d7b4f27 + b4c0906 commit b190265
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
# built documents.
#
# The short X.Y version.
version = '3.6.0'
version = '3.6.1'
# The full version, including alpha/beta/rc tags.
release = '3.6.0'
release = '3.6.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
8 changes: 8 additions & 0 deletions doc/source/reference/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ The `CREDITS file <https://github.com/yt-project/yt/blob/master/CREDITS>`_
contains the most up-to-date list of everyone who has contributed to the yt
source code.

Version 3.6.1
-------------

Version 3.6.1 is a bugfix release. It includes the following backport:

- hotfix: support matplotlib 3.3.0.
See `PR 2754 <https://github.com/yt-project/yt/pull/2754>`__.

Version 3.6.0
-------------

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.6.0"
VERSION = "3.6.1"

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.6.0"
__version__ = "3.6.1"

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

0 comments on commit b190265

Please # to comment.