Skip to content
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Commit 2842d1e

Browse files
committed
Bumped version to 0.6.1, added changelog to documentation index
1 parent ea4f31d commit 2842d1e

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

doc/source/changes.rst

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#########
2+
Changelog
3+
#########
4+
*****
5+
0.6.1
6+
*****
7+
* Restored python 2.4 compatibility
8+
9+
*****
10+
0.6.0
11+
*****
12+
Initial Release

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# The short X.Y version.
4848
version = '0.6'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '0.6.0'
50+
release = '0.6.1'
5151

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

doc/source/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Contents:
1414
intro
1515
usage
1616
api
17+
changes
1718

1819
Indices and tables
1920
==================

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def get_data_files(self):
5757

5858

5959
setup(name = "async",
60-
version = "0.6.0",
60+
version = "0.6.1",
6161
description = "Async Framework",
6262
author = "Sebastian Thiel",
6363
author_email = "[email protected]",

0 commit comments

Comments
 (0)