Skip to content

Commit

Permalink
update changelog version
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed May 21, 2019
1 parent 7960812 commit 098b1c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Sunpy 1.0.0.dev1270+g996e6e26b (2019-05-21)
===========================================
Sunpy 1.0.0.RC1 (2019-05-21)
============================

Backwards Incompatible Changes
------------------------------
Expand Down Expand Up @@ -132,7 +132,7 @@ Bug Fixes
- Fix generation of the coordinate transformation graph with Astropy 3.1.dev (`#2636 <https://github.com/sunpy/sunpy/pull/2636>`__)
- Prevent helioviewer from erroring when downloading file to a directory that
does not exist. It will now create the directory when required. (`#2642 <https://github.com/sunpy/sunpy/pull/2642>`__)
- Fix transformations into/out of Heliographic Stonyhurst frame when
- Fix transformations into/out of Heliographic Stonyhurst frame when
the coordinate representation is Cartesian. (`#2646 <https://github.com/sunpy/sunpy/pull/2646>`__)
- Running the figure tests with ``setup.py test`` now saves the figures and the hashes to the same directory as setup.py. (`#2658 <https://github.com/sunpy/sunpy/pull/2658>`__)
- ``sunpy.instr.fermi.met_to_utc`` now returns the correct utc time which takes into account the leap seconds that have passed. (`#2679 <https://github.com/sunpy/sunpy/pull/2679>`__)
Expand Down
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[metadata]
name = sunpy
description = SunPy: Python for Solar Physics
long_descripton = file: README.rst
long_description = file: README.rst
long_description_content_type = text/x-rst
author = The SunPy Community
author_email = sunpy@googlegroups.com
license = BSD 2-Clause
url = https://sunpy.org
edit_on_github = True
github_project = sunpy/sunpy
classifiers =
'Programming Language :: Python'
'Programming Language :: Python :: 3'
'Programming Language :: Python :: 3.6'
'Programming Language :: Python :: 3.7'
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7

[options]
python_requires = >=3.6
Expand Down

0 comments on commit 098b1c8

Please sign in to comment.