Skip to content

Commit 06cdd21

Browse files
committed
pygraphviz 1.4rc1
1 parent dbcaa03 commit 06cdd21

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# Add any Sphinx extension module names here, as strings. They can be extensions
2525
# coming with Sphinx (named 'sphinx.addons.*') or your custom ones.
26-
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.pngmath','sphinx.ext.doctest']
26+
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.imgmath','sphinx.ext.doctest']
2727

2828
# Add any paths that contain templates here, relative to this directory.
2929
templates_path = ['templates']
@@ -39,7 +39,7 @@
3939

4040
# General substitutions.
4141
project = 'PyGraphviz'
42-
copyright = '2013, PyGraphviz Developers'
42+
copyright = '2016, PyGraphviz Developers'
4343

4444
# The default replacements for |version| and |release|, also used in various
4545
# other places throughout the built documents.

pygraphviz/release.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ def get_svn_revision():
6363
return None
6464

6565
name = 'pygraphviz'
66-
version = '1.4'
66+
version = '1.4rc1'
6767

6868
# Declare current release as a development release.
6969
# Change to False before tagging a release; then change back.
70-
dev = True
70+
dev = False
7171

7272
revision = None
7373
if dev:

0 commit comments

Comments
 (0)