Skip to content

Commit 36784d6

Browse files
committed
Release version 36.1.0
1 parent 3b832cd commit 36784d6

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
36.0.1 (2016-01-13)
4+
36.1.0 (2016-02-14)
55
-------------------
66

77
- Fix README.rst formatting for rst-lint. [Jose Diaz-Gonzalez]

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.0.1#egg=beaver
26+
pip install git+git://github.com/python-beaver/python-beaver.git@36.1.0#egg=beaver
2727

2828
From PyPI::
2929

30-
pip install beaver==36.0.1
30+
pip install beaver==36.1.0
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.0.1'
2+
__version__ = '36.1.0'

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python-beaver (36.1.0) stable; urgency=low
2+
3+
* Release version 36.1.0
4+
5+
-- Jose Diaz-Gonzalez <release@josediazgonzalez.com> Sun, 14 Feb 2016 21:02:59 +0000
6+
17
python-beaver (36.0.1) stable; urgency=low
28

39
* Release version 36.0.1

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.0.1'
56+
version = '36.1.0'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '36.0.1'
58+
release = '36.1.0'
5959

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

0 commit comments

Comments
 (0)