Skip to content

Commit fa0cada

Browse files
committed
0.1.2: Fixing kerfluffles with documentation and getting readthedocs to play nicely
1 parent 78a3ba0 commit fa0cada

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Usage
2020
['AL', 'BaseHTTPServer', 'Bastion', 'CGIHTTPServer', 'ColorPicker', 'ConfigParser', 'Cookie', 'DEVICE', 'DocXMLRPCServer', 'EasyDialogs']
2121
```
2222

23-
For more details, check out [the docs](http://stdlib-list.readthedocs.org/en/latest/).
23+
For more details, check out [the docs](http://python-stdlib-list.readthedocs.org/en/latest/).

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Usage
2020
>>> libraries[:10]
2121
['AL', 'BaseHTTPServer', 'Bastion', 'CGIHTTPServer', 'ColorPicker', 'ConfigParser', 'Cookie', 'DEVICE', 'DocXMLRPCServer', 'EasyDialogs']
2222

23-
For more details, check out `the docs <http://stdlib-list.readthedocs.org/en/latest/>`_.
23+
For more details, check out `the docs <http://python-stdlib-list.readthedocs.org/en/latest/>`_.

stdlib_list/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)