Skip to content

Commit f37aeff

Browse files
author
btskinner
committed
update docs; increment tag
1 parent 8aad5c8 commit f37aeff

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ virtual classroom. From within the program, the user can:
1919
Requirements
2020
------------
2121

22-
- Python >= 3.4
22+
- Python >= 3.3
2323
- Git >= 2.0
2424
- Ownership of a [GitHub Classroom](https://classroom.github.com/)
2525
- [GitHub Personal

README.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
GitRoom Manager
22
===============
33

4-
.. image:: https://travis-ci.org/btskinner/grm.svg?branch=master
5-
:target: https://travis-ci.org/btskinner/grm
6-
.. image:: https://badge.fury.io/py/grm.svg
7-
:target: https://badge.fury.io/py/grm
4+
|Build Status| |PyPI version|
85

96
GitRoom Manager allows instructors to more easily manage a GitHub-based
107
virtual classroom. From within the program, the user can:
@@ -21,7 +18,7 @@ virtual classroom. From within the program, the user can:
2118
Requirements
2219
------------
2320

24-
- Python >= 3.4
21+
- Python >= 3.3
2522
- Git >= 2.0
2623
- Ownership of a `GitHub Classroom <https://classroom.github.com/>`__
2724
- `GitHub Personal
@@ -37,7 +34,7 @@ To install the ``grm`` module, clone the repository to your local
3734
machine and ``cd`` into the top-level directory. From the terminal,
3835
type:
3936

40-
.. code::
37+
::
4138

4239
python setup.py install
4340

@@ -46,7 +43,7 @@ type:
4643

4744
You may also install with pip:
4845

49-
.. code::
46+
.. code:: bash
5047
5148
pip install grm
5249
@@ -190,3 +187,8 @@ Example Roster
190187
+--------------+---------------+-------------+
191188
| Student | Bob | bstudent |
192189
+--------------+---------------+-------------+
190+
191+
.. |Build Status| image:: https://travis-ci.org/btskinner/grm.svg?branch=master
192+
:target: https://travis-ci.org/btskinner/grm
193+
.. |PyPI version| image:: https://badge.fury.io/py/grm.svg
194+
:target: https://badge.fury.io/py/grm

grm/__info__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.1.2'
1+
__version__ = '0.1.3'
22
__gh = 'https://github.com/btskinner/'
33
__nm = 'grm'
44
__rp = '{}{}'.format(__gh, __nm)

0 commit comments

Comments
 (0)