Skip to content

Commit 1660f74

Browse files
committed
Updated changelog and docs for 1.1.0
1 parent bb2e8b3 commit 1660f74

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Full changelog
22
==============
33

4-
v1.1.0 (unreleased)
4+
v1.1.0 (2021-07-21)
55
-------------------
66

77
* Fix compatibility with xlrd 2.0 and require openpyxl for .xlsx input. [#2196]
@@ -12,6 +12,8 @@ v1.1.0 (unreleased)
1212

1313
* Avoid warnings with recent releases of astropy. [#2212]
1414

15+
* Fixed compatibility of auto-linking with all APE 14 WCSes. [#2209]
16+
1517
v1.0.1 (2020-11-10)
1618
-------------------
1719

doc/installation/conda.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ First, make sure that your conda command is up to date::
2828

2929
then install glue with::
3030

31-
conda install -c glueviz glueviz=1.0
31+
conda install -c glueviz glueviz=1.1
3232

3333
This will install the latest version of glue from the ``glueviz`` conda channel.
3434

doc/whatsnew/whatsnew.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interested.
1515
Before we get started, here's a reminder on how to install/update glue. You can
1616
easily update glue if you are using Anaconda/Miniconda by doing::
1717

18-
conda install -c glueviz glueviz=1.0
18+
conda install -c glueviz glueviz=1.1
1919

2020
If instead you installed glue with pip, you can update with::
2121

@@ -26,6 +26,15 @@ about glue in general, you can find information :ref:`here
2626
<help>` about contacting us and/or
2727
reporting issues.
2828

29+
.. _whatsnew_110:
30+
31+
What's new in glue v1.1.0?
32+
==========================
33+
34+
Glue v1.1.0 is a maintenance release that fixes support with recent versions of
35+
dependencies and drops support for Python 3.6. Python 3.7 or later is now required
36+
to run glue.
37+
2938
.. _whatsnew_100:
3039

3140
What's new in glue v1.0.x?

0 commit comments

Comments
 (0)