From 738f027f33353159e266df8d6db90569075f14d0 Mon Sep 17 00:00:00 2001 From: James Lu Date: Wed, 5 Oct 2016 19:13:00 -0700 Subject: [PATCH] PyLink 1.0.1 --- RELNOTES.md | 18 ++++++++++++++++-- VERSION | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/RELNOTES.md b/RELNOTES.md index 72cf5a5..bfd74d7 100644 --- a/RELNOTES.md +++ b/RELNOTES.md @@ -1,5 +1,19 @@ -# PyLink 1.0.0 -Tagged as **1.0.0** by [GLolol](https://github.com/GLolol) +# PyLink 1.0.1 +Tagged as **1.0.1** by [GLolol](https://github.com/GLolol) + +The "Beam" release. + +### Changes from 1.0.0 + +#### Bug fixes + +- **Fix PyLink being uninstallable via PyPI due to a missing VERSION file.** +- ts6: don't crash when CHGHOST target is a nick instead of UID +- relay: clobber colour codes in hosts +- bots: allow JOIN/NICK/QUIT on ServiceBot clients + +# [PyLink 1.0.0](https://github.com/GLolol/PyLink/releases/tag/1.0.0) +Tagged as **1.0.0** by [GLolol](https://github.com/GLolol) on 2016-09-17T05:25:51Z The "Benevolence" release. diff --git a/VERSION b/VERSION index 3eefcb9..7dea76e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.0.1