Skip to content

Commit

Permalink
Merge branch 'backport'
Browse files Browse the repository at this point in the history
  • Loading branch information
brittonsmith committed Oct 1, 2019
2 parents ac41126 + 778d444 commit bd1d28e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ 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.1 (October 1, 2019)
-------------------------------

This is a bug fix release.

Bug Fixes
^^^^^^^^^

- Logging info doesn't use correct units
(`PR 99 <https://github.com/trident-project/trident/pull/99>`__)

Version 1.2 (September 19, 2019)
--------------------------------

Expand Down
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 = '1.3.dev0'
version = '1.3.dev1'
# The full version, including alpha/beta/rc tags.
release = '1.3.dev0'
release = '1.3.dev1'

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# The full license is in the file LICENSE, distributed with this software.
#-----------------------------------------------------------------------------

__version__ = "1.3.dev0"
__version__ = "1.3.dev1"

# 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 bd1d28e

Please sign in to comment.