Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Commit 2842d1e

Browse filesBrowse files
committed
Bumped version to 0.6.1, added changelog to documentation index
1 parent ea4f31d commit 2842d1e
Copy full SHA for 2842d1e

File tree

4 files changed

+15
-2
lines changed
Filter options

4 files changed

+15
-2
lines changed

‎doc/source/changes.rst

Copy file name to clipboard
+12Lines changed: 12 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: doc/source/conf.py
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: doc/source/index.rst
+1Lines changed: 1 addition & 0 deletions
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

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
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 = "byronimo@gmail.com",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.