Skip to content

Commit

Permalink
v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed May 13, 2016
1 parent 04af5b8 commit f72e3f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ History
-------


3.0.5 (2016-05-13)
++++++++++++++++++

- Update more than just double equals specs.
- New --dry-run option to output new requirements.txt to STDOUT instead of
overwriting requirements.txt file.


3.0.4 (2016-05-12)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion pur/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = 'pur'
__description__ = 'Update packages in a requirements.txt file to latest versions.'
__url__ = 'https://github.com/alanhamlett/pip-update-requirements'
__version_info__ = ('3', '0', '4')
__version_info__ = ('3', '0', '5')
__version__ = '.'.join(__version_info__)
__author__ = 'Alan Hamlett'
__author_email__ = 'alan.hamlett@gmail.com'
Expand Down

0 comments on commit f72e3f2

Please sign in to comment.