Skip to content

Commit

Permalink
Preparing release v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Apr 25, 2019
1 parent caa6328 commit cc252ee
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.3 (unreleased)
1.3 (2019-04-25)
----------------

- Fixed an issue that occurred during the convolution if not all
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = '1.3.dev0'
version = '1.3'
# The full version, including alpha/beta/rc tags.
release = '1.3.dev0'
release = '1.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 sedfitter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from . import filter
from . import utils

__version__ = '1.3.dev0'
__version__ = '1.3'

from .plot_helpers import set_rc_params
set_rc_params()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name='sedfitter',
version='1.3.dev0',
version='1.3',
description='SED Fitter in Python',
author='Thomas Robitaille',
author_email='thomas.robitaille@gmail.com',
Expand Down

0 comments on commit cc252ee

Please sign in to comment.