Skip to content

Commit 7b57feb

Browse files
committed
Release version 36.2.1
1 parent 31cabc6 commit 7b57feb

5 files changed

Lines changed: 22 additions & 5 deletions

File tree

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
36.2.1 (2016-09-20)
5+
-------------------
6+
7+
- Avoid unreference variable 'st' error if file was removed. Raise
8+
exception if unrecognized environment error from os.stat. [Greg
9+
Sterin]
10+
11+
- Fix GitHub links. [Robin Baumgartner]
12+
13+
The project was renamed to 'python-beaver', but the links do not reflect that change.
14+
415
36.2.0 (2016-04-12)
516
-------------------
617

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Using PIP:
2323

2424
From Github::
2525

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

2828
From PyPI::
2929

30-
pip install beaver==36.2.0
30+
pip install beaver==36.2.1
3131

3232
Documentation
3333
=============

beaver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '36.2.0'
2+
__version__ = '36.2.1'

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python-beaver (36.2.1) stable; urgency=low
2+
3+
* Release version 36.2.1
4+
5+
-- Jose Diaz-Gonzalez <release@josediazgonzalez.com> Tue, 20 Sep 2016 18:50:12 +0000
6+
17
python-beaver (36.2.0) stable; urgency=low
28

39
* Release version 36.2.0

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = '36.2.0'
56+
version = '36.2.1'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '36.2.0'
58+
release = '36.2.1'
5959

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

0 commit comments

Comments
 (0)