Skip to content

Commit

Permalink
Set version to 4.5.2
Browse files Browse the repository at this point in the history
See CHANGES.md for a full list of changes.
  • Loading branch information
joeyespo committed Mar 19, 2018
1 parent f015871 commit 39af288
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ Grip Changelog
#### Development


#### Version 4.5.1 (2018-03-18)
###### Version 4.5.2 (2018-03-18)

- Enhancement: Show more helpful error message on TLSV1_ALERT_PROTOCOL_VERSION to help people through ([#262](https://github.com/joeyespo/grip/pull/262))
- Docs: Use smaller header for patch version titles in CHANGES.md


###### Version 4.5.1 (2018-03-18)

- Bugfix: Don't print "Downloading" from `--export` when using `--quiet`
- Cleanup: Move `quiet` kwarg of `export()` to the end like the other API methods
Expand Down Expand Up @@ -53,7 +59,7 @@ Grip Changelog
- Bugfix: Fix `setup.py install` ([#199](https://github.com/joeyespo/grip/issues/199))


#### Version 4.3.1 (2016-07-21)
###### Version 4.3.1 (2016-07-21)

- Bugfix: Allow port 0 ([#197](https://github.com/joeyespo/grip/pull/197))
- Bugfix: Fix setup.py build and include octicon files in the build asset ([#198](https://github.com/joeyespo/grip/issues/198))
Expand Down Expand Up @@ -223,7 +229,7 @@ Grip Changelog
- Infrastructure and code cleanup


#### Version 2.0.1 (2014-06-14)
###### Version 2.0.1 (2014-06-14)

- Enhancement: Add ability to export to a specific file using the CLI ([#33](https://github.com/joeyespo/grip/issues/33))
- Enhancement: Python 3 compatibility ([#54](https://github.com/joeyespo/grip/pull/54) - thanks, [@fly][]!)
Expand Down Expand Up @@ -262,7 +268,7 @@ Grip Changelog
- Update GitHub CSS regular expression


#### Version 1.1.1 (2013-01-05)
###### Version 1.1.1 (2013-01-05)

- Upgrade path-and-address
- Use exact versions in requirements
Expand Down
2 changes: 1 addition & 1 deletion grip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:license: MIT, see LICENSE for more details.
"""

__version__ = '4.5.1'
__version__ = '4.5.2'

import sys

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def read(filename):

setup(
name='grip',
version='4.5.1',
version='4.5.2',
description='Render local readme files before sending off to GitHub.',
long_description=__doc__,
author='Joe Esposito',
Expand Down

0 comments on commit 39af288

Please sign in to comment.