Skip to content

Commit

Permalink
Version 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacosta committed Jan 8, 2016
1 parent 0a91b90 commit 25227ca
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pylintrc
# Copyright (c) 2013-2015 Pablo Acosta-Serafini
# Copyright (c) 2013-2016 Pablo Acosta-Serafini
# See LICENSE for details

[MASTER]
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# .travis.yml
# Copyright (c) 2013-2015 Pablo Acosta-Serafini
# Copyright (c) 2013-2016 Pablo Acosta-Serafini
# See LICENSE for details

os:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Changelog
=========

* 0.9.5 [2016-01-08]: Bug fixes
* 0.9.4 [2015-12-18]: Minor documentation update regarding continuous
integration setup
* 0.9.3 [2015-12-17]: Fixed critical bug in plot module that prevented figures
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ recursive-include tests/support/ref_images_6 *.png
recursive-include tests/support/ref_images_7 *.png
recursive-include sbin *.sh
recursive-include sbin *.py
recursive-include requirements *
recursive-include requirements *
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -437,4 +437,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = '0.9.4'
version = '0.9.5'
# The full version, including alpha/beta/rc tags.
release = '0.9.4'
release = '0.9.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -395,4 +395,4 @@ def __getattr__(cls, name):
def _warn_node(self, msg, node):
if not msg.startswith('nonlocal image URI found:'):
self._warnfunc(msg, '%s:%s' % get_source_line(node))
sphinx.environment.BuildEnvironment.warn_node = _warn_node
sphinx.environment.BuildEnvironment.warn_node = _warn_node
2 changes: 1 addition & 1 deletion putil/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
###
# Global variables
###
VERSION_INFO = (0, 9, 4, 'final', 0)
VERSION_INFO = (0, 9, 5, 'final', 0)

###
# Functions
Expand Down

0 comments on commit 25227ca

Please sign in to comment.