Skip to content

Commit

Permalink
release 0.7.4
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Mizyrycki <mzdaniel@glidelink.net>
  • Loading branch information
mzdaniel committed Sep 5, 2015
1 parent 457f880 commit 09b15fb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
@@ -1,6 +1,18 @@
CHANGES
=======

0.7.4
-----

* release 0.7.4
* Update README.rst
* Add travis-ci/github pex release integration for linux and OSX
* Add OSX testing to travis-ci
* Ensure sphinx detect rst changes
* Make sphinxserve OSX compatible
* dev version update


0.7.3
-----

Expand Down
5 changes: 2 additions & 3 deletions pex/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = sphinxserve-pex
version = 0.7.3
version = 0.7.4
summary = sphinxserve pex with readthedocs, bootstrap and revealjs themes
description-file =
README.rst
Expand All @@ -17,7 +17,7 @@ keywords =
license = MIT License
classifier =
Development Status :: 4 - Beta
Operating System :: POSIX :: Linux
Operating System :: OS Independent
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: System Administrators
Expand All @@ -29,7 +29,6 @@ classifier =
Topic :: Documentation :: Sphinx
Topic :: Text Processing :: Markup
Topic :: Utilities
platform = Linux

[files]
packages = sphinxserve_pex
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -5,7 +5,7 @@ description-file =
README.rst
author = Daniel Mizyrycki
author_email = mzdaniel@glidelink.net
home-page = https://github.com/sphinxserve
home-page = https://github.com/mzdaniel/sphinxserve
download_url = https://pypi.python.org/pypi/sphinxserve
keywords =
sphinx
Expand Down
2 changes: 1 addition & 1 deletion sphinxserve/__init__.py
Expand Up @@ -4,7 +4,7 @@
usage: sphinxserve [-h] {serve,install,uninstall} ...'''

__version__ = '0.7.4.dev0'
__version__ = '0.7.4'
__author__ = 'Daniel Mizyrycki'

import gevent.monkey
Expand Down

0 comments on commit 09b15fb

Please sign in to comment.