Skip to content

Commit

Permalink
Prepare for v0.9.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
iksteen committed Nov 19, 2017
1 parent 7c8bbfd commit fb99aee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Release history
###############

next release
============
0.9.0 (2017-11-17)
==================

* Adding missing dev packages on docker images.
* Docker images clone latest branch of pwnypack repository.
Expand All @@ -14,7 +14,7 @@ next release
* Make pwnbook, shell and ssh targets require python 2.7+.
* Added internals for python 3.5.2 and 3.6.

0.8.0 (2015-05-17)
0.8.0 (2016-05-17)
==================

* Return empty list when trying to read non-existing .dynamic section.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = '0.8'
version = '0.9'
# The full version, including alpha/beta/rc tags.
release = '0.8.0'
release = '0.9.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os


__version__ = '0.8.0'
__version__ = '0.9.0'


class PyTest(TestCommand):
Expand Down

0 comments on commit fb99aee

Please sign in to comment.