Skip to content

Commit

Permalink
Release version 36.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Sep 20, 2016
1 parent 31cabc6 commit 7b57feb
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,17 @@
Changelog
=========

36.2.1 (2016-09-20)
-------------------

- Avoid unreference variable 'st' error if file was removed. Raise
exception if unrecognized environment error from os.stat. [Greg
Sterin]

- Fix GitHub links. [Robin Baumgartner]

The project was renamed to 'python-beaver', but the links do not reflect that change.

36.2.0 (2016-04-12)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -23,11 +23,11 @@ Using PIP:

From Github::

pip install git+git://github.com/python-beaver/python-beaver.git@36.2.0#egg=beaver
pip install git+git://github.com/python-beaver/python-beaver.git@36.2.1#egg=beaver

From PyPI::

pip install beaver==36.2.0
pip install beaver==36.2.1

Documentation
=============
Expand Down
2 changes: 1 addition & 1 deletion beaver/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '36.2.0'
__version__ = '36.2.1'
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
python-beaver (36.2.1) stable; urgency=low

* Release version 36.2.1

-- Jose Diaz-Gonzalez <release@josediazgonzalez.com> Tue, 20 Sep 2016 18:50:12 +0000

python-beaver (36.2.0) stable; urgency=low

* Release version 36.2.0
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '36.2.0'
version = '36.2.1'
# The full version, including alpha/beta/rc tags.
release = '36.2.0'
release = '36.2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 7b57feb

Please sign in to comment.