Toggle navigation
Toggle navigation
This project
Loading...
Sign in
서승완
/
kappa
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Jose Diaz-Gonzalez
2016-06-12 02:17:43 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
51d0e98d5e95dde869f21ee08c96f217fab3b719
51d0e98d
1 parent
e2bd7b1f
Release version 0.5.0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
3 deletions
CHANGES.rst
docs/conf.py
kappa/__init__.py
CHANGES.rst
View file @
51d0e98
Changelog
=========
0.5.0 (2016-06-12)
------------------
- Merge remote-tracking branch 'Miserlou/tailwait' [Jose Diaz-Gonzalez]
- Well that was embarassing. Not sure how that happened. [Rich Jones]
- Replace tabs with spaces.. my fault for cowboy coding.. [Rich Jones]
- Fixes #23 - recursive tailing hur hur. [Rich Jones]
0.4.1 (2016-06-12)
------------------
...
...
docs/conf.py
View file @
51d0e98
...
...
@@ -61,9 +61,9 @@ author = u'Mitch Garnaat'
# built documents.
#
# The short X.Y version.
version
=
'0.
4.1
'
version
=
'0.
5.0
'
# The full version, including alpha/beta/rc tags.
release
=
'0.
4.1
'
release
=
'0.
5.0
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
kappa/__init__.py
View file @
51d0e98
...
...
@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__
=
'0.
4.1
'
__version__
=
'0.
5.0
'
...
...
Please
register
or
login
to post a comment