Skip to content

Commit 7e94dd0

Browse files
committed
Merge branch 'release/0.1.1'
* release/0.1.1: RLS: setup.py: version number to 0.1.1 DOC: update sphinx-apidocs
2 parents 0699a35 + 27d9c37 commit 7e94dd0

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

docs/modules.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pyrpo
2-
======
2+
=====
33

44
.. toctree::
55
:maxdepth: 4

docs/pyrpo.rst

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
pyrpo package
2+
=============
3+
4+
Submodules
5+
----------
6+
7+
pyrpo.pyrpo module
8+
------------------
9+
10+
.. automodule:: pyrpo.pyrpo
11+
:members:
12+
:undoc-members:
13+
:show-inheritance:
14+
15+
16+
Module contents
17+
---------------
18+
19+
.. automodule:: pyrpo
20+
:members:
21+
:undoc-members:
22+
:show-inheritance:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def build_long_description():
7575

7676
setup(
7777
name='pyrpo',
78-
version='0.1.0',
78+
version='0.1.1',
7979
description=(
8080
'A shell command wrapper for hg, git, bzr, svn'),
8181
long_description=build_long_description(),

0 commit comments

Comments
 (0)