Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
Remaining 1.1.0 files
Browse files Browse the repository at this point in the history
  • Loading branch information
o355 committed Jul 26, 2017
1 parent b4bd925 commit 03e6d10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.


Expand Down

0 comments on commit 03e6d10

Please sign in to comment.