From 732f9885009a0b3cc32552606b61b822d7d0afca Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Thu, 14 Jan 2021 19:48:22 +0000 Subject: [PATCH] Changes for release 10.0.0 --- README.rst | 2 +- doc/changelog.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 399b0334..f67a2c12 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ See `doc/install.txt`_ in the source code archive for general information. Excep Python 3.6 or later is needed. -The version in the pip repository is old. Instead, you can use pip to install the latest release from git: ``pip3 install git+https://github.com/linkchecker/linkchecker.git``. See `#359 `_. +The version in the pip repository may be old. Instead, you can use pip to install the latest code from git: ``pip3 install git+https://github.com/linkchecker/linkchecker.git``. Usage ------ diff --git a/doc/changelog.txt b/doc/changelog.txt index 6d7014ae..494772ab 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,4 +1,4 @@ -10.0 "" (released xx.xx.xxxx) +10.0 (released 15.1.2021) Features: - Uses Python 3 diff --git a/setup.py b/setup.py index 09c75b8f..e724ade6 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ from distutils import util, log from distutils.core import Distribution # the application version -AppVersion = "10.0.0.dev2" +AppVersion = "10.0.0" # the application name AppName = "LinkChecker" Description = "check links in web documents or full websites"