Skip to content

Commit

Permalink
bump 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schettino72 committed Apr 21, 2019
1 parent cfd9623 commit 59b809b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changes
=======


0.3.0 (*unreleased*)
0.3.0 (*2019-04-22*)
====================

- require Sphinx >= 2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It uses [Vue.js](https://vuejs.org/) & [Stylus](http://stylus-lang.com/) managed
[webpack](https://webpack.js.org/) (through [vue-cli](https://cli.vuejs.org/)).


**Press** theme is still in **ALFA**, some core Sphinx features still not available.
**Press** theme is still in **BETA**, some core Sphinx features still not available.
Contributions are welcome.

## Usage
Expand Down
2 changes: 1 addition & 1 deletion docs/source/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ See details on `Sphinx theming docs <http://www.sphinx-doc.org/en/master/theming
Status
======

**Press** theme is still in **ALFA**, some core Sphinx features
**Press** theme is still in **BETA**, some core Sphinx features
still not available.

Contributions are welcome.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.2.0'
release = '0.3.0'


# -- General configuration ---------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
#
# needs_sphinx = '1.0'
needs_sphinx = '2.0'

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='sphinx_press_theme',
version='0.2.0',
version='0.3.0',
url='https://schettino72.github.io/sphinx_press_site/',
license='MIT',
author='Eduardo Naufel Schettino <schetino72>',
Expand All @@ -30,7 +30,7 @@
classifiers=[
'Framework :: Sphinx',
'Framework :: Sphinx :: Theme',
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'License :: OSI Approved :: MIT License',
'Environment :: Console',
'Environment :: Web Environment',
Expand Down
2 changes: 2 additions & 0 deletions sphinx_press_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
from sphinx.environment.collectors import EnvironmentCollector
from sphinx import addnodes

__version__ = (0, 3, 0)


class SimpleTocTreeCollector(EnvironmentCollector):
"""A TocTree collector that saves toctrees in a simple dict.
Expand Down

0 comments on commit 59b809b

Please sign in to comment.