Skip to content

Commit e46c72a

Browse files
committed
Remove -dev from docs version and use eol=lf on short.log to
ensure windows tests pass.
1 parent 909b78b commit e46c72a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ logstreamer/testdir/filehandling/2010/07/error.log text eol=lf
44
logstreamer/testdir/filehandling/2010/07/error.log.2 text eol=lf
55
logstreamer/testdir/filehandling/2013/08/access.log text eol=lf
66
logstreamer/testdir/filehandling/2013/08/error.log text eol=lf
7+
logstreamer/testdir/shortlog/short.log text eol=lf

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '0.8'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '0.8.0-dev'
55+
release = '0.8.0'
5656

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

0 commit comments

Comments
 (0)