Skip to content

Commit

Permalink
Merge pull request #127 from brittonsmith/legacy-release
Browse files Browse the repository at this point in the history
Update changelog and versions for release.
  • Loading branch information
brittonsmith committed Mar 18, 2020
2 parents 1dc605a + acaccae commit 542af18
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions doc/source/changelog.rst
Expand Up @@ -11,6 +11,28 @@ Contributors
The `CREDITS file <https://github.com/trident-project/trident/blob/master/CREDITS>`_
has an updated list of contributors to the codebase.


Version 1.2.3 (March 18, 2020)
------------------------------

This is a bug fix release.

Enhancements
^^^^^^^^^^^^

- Move testing to circleci.
(`PR 109 <https://github.com/trident-project/trident/pull/109>`__)

Bug Fixes
^^^^^^^^^

- Allow access to find_outputs kwarg from make_compound_ray.
(`PR 126 <https://github.com/trident-project/trident/pull/126>`__)
- Fix periodic rays.
(`PR 125 <https://github.com/trident-project/trident/pull/125>`__)
- Be more careful about limiting size of line deposition array.
(`PR 106 <https://github.com/trident-project/trident/pull/106>`__)

Version 1.2.2 (November 14, 2019)
---------------------------------

Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Expand Up @@ -69,9 +69,9 @@
# built documents.
#
# The short X.Y version.
version = '1.2.2'
version = '1.2.3'
# The full version, including alpha/beta/rc tags.
release = '1.2.2'
release = '1.2.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion trident/__init__.py
Expand Up @@ -15,7 +15,7 @@
# The full license is in the file LICENSE, distributed with this software.
#-----------------------------------------------------------------------------

__version__ = "1.2.2"
__version__ = "1.2.3"

# Must run import_check() before anything else is imported to avoid
# astropy error when importing trident in trident package directory
Expand Down

0 comments on commit 542af18

Please sign in to comment.