Skip to content

Commit

Permalink
release blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Nov 17, 2019
1 parent 660d0e4 commit 8b8284c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ env:
matrix:
- PYTHON_VERSION=3.6 SPHINX_VERSION=2.0
- PYTHON_VERSION=3.6 SPHINX_VERSION=2.1
- PYTHON_VERSION=3.6 SPHINX_VERSION=2.1
- PYTHON_VERSION=3.6 SPHINX_VERSION=2.2

- PYTHON_VERSION=3.7 SPHINX_VERSION=2.0
- PYTHON_VERSION=3.7 SPHINX_VERSION=2.1
- PYTHON_VERSION=3.7 SPHINX_VERSION=2.1
- PYTHON_VERSION=3.7 SPHINX_VERSION=2.2

- PYTHON_VERSION=3.8 SPHINX_VERSION=latest
- PYTHON_VERSION=3.8 SPHINX_VERSION=2.2

global:
- LOCALE=default
Expand Down
23 changes: 23 additions & 0 deletions docs/release/ablog-v0.10-released.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
ABlog v0.10 released
====================

.. post:: Nov 17, 2019
:author: Nabil
:category: Release
:location: World


ABlog v0.10 is released with the main focus being to support the latest version of Sphinx as well as Python 3 only support.

Ablog V0.9.X will no longer be supported as Python 2 comes to an end in a few months and it is time people upgraded.

Pull Requests Merged in:

`Overhaul of package underneath for python3 only <https://github.com/sunpy/ablog/pull/41>`_
from `nabobalis <https://github.com/nabobalis>`_.

`Add validation for conf.py entries <https://github.com/sunpy/ablog/pull/38>`_ from `rayalan <https://github.com/rayalan>`_.

`Deploy improve <https://github.com/sunpy/ablog/pull/42>`_ from `rayalan <https://github.com/rayalan>`_.

`Get ablog ready for 0.10 <https://github.com/sunpy/ablog/pull/46>`_ from `nabobalis <https://github.com/nabobalis>`_.

0 comments on commit 8b8284c

Please sign in to comment.