Skip to content

Commit 7536f37

Browse files
committed
v1.3.0
1 parent 67b908e commit 7536f37

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

HISTORY.rst

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

4-
1.3.0-dev
5-
---------
4+
1.3.0 (2017-01-27)
5+
------------------
66

77
**API Changes**
88

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '1.2.2'
58+
version = '1.3.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '1.2.2'
60+
release = '1.3.0'
6161

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='priority',
7-
version='1.2.2',
7+
version='1.3.0',
88
description='A pure-Python implementation of the HTTP/2 priority tree',
99
long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(),
1010
author='Cory Benfield',

0 commit comments

Comments
 (0)