Skip to content

Commit

Permalink
Cut 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jan 11, 2020
1 parent c674f0e commit 11b62cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Changelog
=========

- :release:`1.5.2 <2020-01-10>`
- :support:`84 backported` Pin us to ``semantic-version<2.7`` as they changed
their APIs (...) in that version in a way that breaks us. We do not need
anything they've added recently, so the conservative response is to just pin
Expand Down
2 changes: 1 addition & 1 deletion releases/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (1, 5, 1)
__version_info__ = (1, 5, 2)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 11b62cd

Please sign in to comment.