Skip to content

Commit

Permalink
release 0.7.3
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Mizyrycki <[email protected]>
  • Loading branch information
mzdaniel committed Aug 29, 2015
1 parent 42fdfce commit 8013aa6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
CHANGES
=======

0.7.3
-----

* Remove external font requests. Cleanup
* Add README.rst badges
* Add default conf.py and index.rst. Improve cli processing and documentation
* Add travis-ci


0.7.2
-----

Expand Down
4 changes: 3 additions & 1 deletion pex/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sphinxserve-pex
version = 0.7
version = 0.7.3
summary = sphinxserve pex with readthedocs, bootstrap and revealjs themes
description-file =
README.rst
Expand All @@ -11,13 +11,15 @@ download_url = https://pypi.python.org/pypi/sphinxserve
keywords =
sphinx
bootstrap
revealjs
documentation
restructuredtext
license = MIT License
classifier =
Development Status :: 4 - Beta
Operating System :: POSIX :: Linux
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: System Administrators
License :: OSI Approved :: MIT License
Programming Language :: Python
Expand Down
2 changes: 1 addition & 1 deletion sphinxserve/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
usage: sphinxserve [-h] {serve,install,uninstall} ...'''

__version__ = '0.7.2'
__version__ = '0.7.3'
__author__ = 'Daniel Mizyrycki'

import gevent.monkey
Expand Down

0 comments on commit 8013aa6

Please sign in to comment.