diff --git a/README.rst b/README.rst index 09bc76a..80b922e 100644 --- a/README.rst +++ b/README.rst @@ -35,6 +35,7 @@ Contents * `Check Arch Linux official packages <#check-arch-linux-official-packages>`_ * `Check Debian Linux official packages <#check-debian-linux-official-packages>`_ * `Check Ubuntu Linux official packages <#check-ubuntu-linux-official-packages>`_ + * `Check Anitya (release-monitoring.org) <#check-anitya>`_ * `Manually updating <#manually-updating>`_ * `Version Control System (VCS) (git, hg, svn, bzr) <#version-control-system-vcs-git-hg-svn-bzr>`_ * `Other <#other>`_ @@ -341,7 +342,7 @@ strip-release Strip the release part. Check Ubuntu Linux official packages ----------------------------------- +------------------------------------ This enables you to track the update of `Ubuntu Linux official packages `_, without needing of apt and an updated local APT database. ubuntupkg @@ -353,6 +354,13 @@ suite strip-release Strip the release part. +Check Anitya +------------ +This enables you to track updates from `Anitya `_ (release-monitoring.org). + +anitya + ``distro/package``, where ``distro`` can be a lot of things like "fedora", "arch linux", "gentoo", etc. ``package`` is the package name of the chosen distribution. + Manually updating ----------------- This enables you to manually specify the version (maybe because you want to approve each release before it gets to the script). diff --git a/nvchecker/__init__.py b/nvchecker/__init__.py index b9c6eaf..608f73a 100644 --- a/nvchecker/__init__.py +++ b/nvchecker/__init__.py @@ -1,4 +1,4 @@ # MIT licensed # Copyright (c) 2013-2017 lilydjwg , et al. -__version__ = '0.5' +__version__ = '0.5.1dev'