From c36e045d7121d770c6f11c30db96ad80bdeef0d5 Mon Sep 17 00:00:00 2001 From: Andrej Shadura Date: Thu, 4 Oct 2018 21:01:31 +0200 Subject: Import Upstream version 1.1.8 --- HISTORY.txt | 5 +++++ PKG-INFO | 4 ++-- README.txt | 2 +- mercurial_keyring.egg-info/PKG-INFO | 4 ++-- setup.cfg | 1 - setup.py | 2 +- 6 files changed, 11 insertions(+), 7 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 7b7ff95..1bd0f4b 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,8 @@ +1.1.8 +~~~~~~~~~~~~~ + +Updated links after bitbucket changes. + 1.1.7 ~~~~~~~~~~~~~~~~~~ diff --git a/PKG-INFO b/PKG-INFO index 756da2d..0049b4f 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: mercurial_keyring -Version: 1.1.7 +Version: 1.1.8 Summary: Mercurial Keyring Extension Home-page: http://bitbucket.org/Mekk/mercurial_keyring Author: Marcin Kasperski @@ -348,7 +348,7 @@ Description: .. -*- mode: rst; compile-command: "rst2html README.txt README.html Check also `other Mercurial extensions I wrote`_. - .. _other Mercurial extensions I wrote: http://mekk.bitbucket.org/mercurial.html + .. _other Mercurial extensions I wrote: http://mekk.bitbucket.io/mercurial.html .. _HISTORY.txt: http://bitbucket.org/Mekk/mercurial_keyring/src/tip/HISTORY.txt .. _TortoiseHg: http://tortoisehg.bitbucket.org/ diff --git a/README.txt b/README.txt index 53f0dbc..f2fdc0e 100644 --- a/README.txt +++ b/README.txt @@ -340,7 +340,7 @@ on Mercurial Wiki: http://mercurial.selenic.com/wiki/KeyringExtension Check also `other Mercurial extensions I wrote`_. -.. _other Mercurial extensions I wrote: http://mekk.bitbucket.org/mercurial.html +.. _other Mercurial extensions I wrote: http://mekk.bitbucket.io/mercurial.html .. _HISTORY.txt: http://bitbucket.org/Mekk/mercurial_keyring/src/tip/HISTORY.txt .. _TortoiseHg: http://tortoisehg.bitbucket.org/ diff --git a/mercurial_keyring.egg-info/PKG-INFO b/mercurial_keyring.egg-info/PKG-INFO index 71de5a1..f435de4 100644 --- a/mercurial_keyring.egg-info/PKG-INFO +++ b/mercurial_keyring.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: mercurial-keyring -Version: 1.1.7 +Version: 1.1.8 Summary: Mercurial Keyring Extension Home-page: http://bitbucket.org/Mekk/mercurial_keyring Author: Marcin Kasperski @@ -348,7 +348,7 @@ Description: .. -*- mode: rst; compile-command: "rst2html README.txt README.html Check also `other Mercurial extensions I wrote`_. - .. _other Mercurial extensions I wrote: http://mekk.bitbucket.org/mercurial.html + .. _other Mercurial extensions I wrote: http://mekk.bitbucket.io/mercurial.html .. _HISTORY.txt: http://bitbucket.org/Mekk/mercurial_keyring/src/tip/HISTORY.txt .. _TortoiseHg: http://tortoisehg.bitbucket.org/ diff --git a/setup.cfg b/setup.cfg index 861a9f5..8bfd5a1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,4 @@ [egg_info] tag_build = tag_date = 0 -tag_svn_revision = 0 diff --git a/setup.py b/setup.py index 3a18ab4..6e8ed9a 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ -VERSION = '1.1.7' +VERSION = '1.1.8' # pylint: disable=unused-import -- cgit v1.2.3