Skip to content

Commit

Permalink
BUMP-VERSION: 0.7.0 (was: 0.6.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenisys committed Nov 4, 2020
1 parent 99da1fd commit 992a337
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ MANIFEST
.cache
.hypothesis/
.pytest_cache/
py*-tests.xml


# Sphinx documentation
docs/_build/
Expand Down
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
0.7.0 (UNRELEASE)
=====================

- docs: Changed URLs to github repository.
- Add support for sphinx >= 2.0
- Add support for newer python3 versions.
- test: Fixed tests.

RELATED:

- OFFICIAL NEW REPO: https://github.com/sphinx-contrib/ansi
- https://pypi.org/project/sphinxcontrib-ansi/0.6.dev20201023/
(tag missing; NOT REFLECTED on branch=master)

0.6 (Jul 8, 2011)
=================

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
with open('README.rst') as stream:
long_desc = stream.read()

requires = ['Sphinx>=1.0b2']
requires = ['sphinx>=1.0']

setup(
name='sphinxcontrib-ansi',
version='0.6.1',
version='0.7.0',
url='https://github.com/sphinx-contrib/ansi',
download_url='http://pypi.org/project/sphinxcontrib-ansi',
license='BSD',
Expand Down

0 comments on commit 992a337

Please sign in to comment.