From 03e6d10831aada9d7f73b4843203553647069371 Mon Sep 17 00:00:00 2001 From: o355 Date: Wed, 26 Jul 2017 17:28:59 -0400 Subject: [PATCH] Remaining 1.1.0 files --- CHANGELOG.md | 9 ++++++++- README.md | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 476c9bd..57765d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # PIPupdate Changelog -**Latest Version: 1.0.2** +**Latest Version: 1.1.0** + +# Version 1.1.0 (released July 26, 2017) +* Added a catch when an update fails +* No longer requires subprocess (using pip.main to execute update commands) +* PIPinstall can catch a failed download, and allows the user to manually download the file instead. +* Minor UI changes +* Updated copyright # Version 1.0.2 (released January 11, 2017) * Fixes a bug in which if a sys import failed in the install script, the program would not exit properly. diff --git a/README.md b/README.md index 557c147..132a361 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Welcome to PIPupdate (1.0.2)! +# Welcome to PIPupdate (1.1.0)! An easy-to-use PIP package manager. Update, force reinstall, do an easy requirements.txt install, and uninstall all packages in 1 command.