From 7d8decac4d7d6dd0254c69503a10160494c9082b Mon Sep 17 00:00:00 2001 From: Katherine Mantel Date: Fri, 16 Jul 2021 02:51:12 -0400 Subject: [PATCH 1/2] maint: update package urls --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 41d31d3..94b1680 100755 --- a/setup.py +++ b/setup.py @@ -7,8 +7,8 @@ version =__version__, author = 'Dillon Smith', author_email= 'dillon.th.smith@gmail.com', - url="https://github.com/psyneulink/psyneulink_sphinx_theme", - docs_url="https://github.com/psyneulink/psyneulink_sphinx_theme", + url="https://github.com/kmantel/psyneulink-sphinx-theme", + docs_url="https://github.com/kmantel/psyneulink-sphinx-theme", description='PsyNeuLink Sphinx Theme', py_modules = ['psyneulink_sphinx_theme'], packages = ['psyneulink_sphinx_theme'], From 4617d26f85ac20f08fa4af9a654fbb72cb170e60 Mon Sep 17 00:00:00 2001 From: Katherine Mantel Date: Mon, 19 Jul 2021 19:04:29 -0400 Subject: [PATCH 2/2] maint: bump version to v1.2.2.1 --- psyneulink_sphinx_theme/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psyneulink_sphinx_theme/__init__.py b/psyneulink_sphinx_theme/__init__.py index ad16aa1..b89c66e 100755 --- a/psyneulink_sphinx_theme/__init__.py +++ b/psyneulink_sphinx_theme/__init__.py @@ -5,7 +5,7 @@ """ from os import path -__version__ = '1.2.2.0' +__version__ = '1.2.2.1' __version_full__ = __version__