Skip to content

Commit

Permalink
Merge pull request #135 from brittonsmith/release111
Browse files Browse the repository at this point in the history
Version change and changelog updates for 1.1.1 release.
  • Loading branch information
brittonsmith authored Jan 27, 2022
2 parents ace1202 + fb9827b commit 35dac44
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@ The `CREDITS file
contains the most up-to-date list of everyone who has contributed to the
yt_astro_analysis source code.

Version 1.1.1
-------------

Release date: *January 27, 2022*

Bugfixes
^^^^^^^^

* Make sure to initialize index before checking particle types `PR #127 <https://github.com/yt-project/yt_astro_analysis/pull/127>`__
* Fix broken example with halo plotting `PR #132 <https://github.com/yt-project/yt_astro_analysis/pull/132>`__
* Make total particles a 64 bit integer `PR #133 <https://github.com/yt-project/yt_astro_analysis/pull/133>`__
* Set output directory properly for rockstar halo finder `PR #134 <https://github.com/yt-project/yt_astro_analysis/pull/134>`__

**Full Changelog**: https://github.com/yt-project/yt_astro_analysis/compare/yt_astro_analysis-1.1.0...yt_astro_analysis-1.1.1

Version 1.1
-----------

Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
# built documents.
#
# The short X.Y version.
version = "1.2.0.dev0"
version = "1.1.1"
# The full version, including alpha/beta/rc tags.
release = "1.2.0.dev0"
release = "1.1.1"

# 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.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = yt_astro_analysis
version = 1.2.0.dev0
version = 1.1.1
description = yt astrophysical analysis modules extension
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion yt_astro_analysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# The full license is in the file COPYING.txt, distributed with this software.
# -----------------------------------------------------------------------------

__version__ = "1.2.0.dev0"
__version__ = "1.1.1"

from yt_astro_analysis import (
cosmological_observation,
Expand Down

0 comments on commit 35dac44

Please sign in to comment.