Skip to content

Commit 1c98967

Browse files
committed
final edits and cleanup for 0.9 release
the new test-pypi environment won't allow you to push the same release over and over again, so each test requires a new version number. I'm using 0.9rc## for this
1 parent 68c37ce commit 1c98967

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Search the given `html` content for all `<link />` elements and return any disco
3939

4040
discoverEndpoint(sourceURL, ...)
4141
--------------------------------
42-
Discover any WebMention endpoint for a given `url`.
42+
Discover any WebMention endpoint for a given `sourceURL`.
4343

4444
sendWebmention(sourceURL, targetURL, webmention=None)
4545
-----------------------------------------------------
@@ -55,8 +55,8 @@ If any have an href attribute that is `rel="me"` then include it in the result.
5555

5656
confirmRelMe(profileURL, resourceURL, profileRelMes, resourceRelMes)
5757
--------------------------------------------------------------------
58-
Determine if a given resourceURL is authoritative for the profileURL.
59-
The list of `rel="me"` links will be discovered if not provided in the optional profileRelMes parameter or the resourceRelMes paramter.
58+
Determine if a given `resourceURL` is authoritative for the `profileURL`.
59+
The list of `rel="me"` links will be discovered if not provided in the optional `profileRelMes` parameter or the `resourceRelMes` paramter.
6060

6161
Validators
6262
==========

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = ronkyuu
3-
version = 0.9
3+
version = 0.9rc1
44
author = Mike Taylor and Kartik Prabhu
55
author_email = bear@bear.im
66
description = "Webmention Manager"

0 commit comments

Comments
 (0)