Skip to content

Commit

Permalink
Code review: 262540043: Fix readthedocs build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Onager authored and joachimmetz committed Dec 31, 2015
1 parent 29ac9ae commit 42c04aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
/__pycache__
/build/
/dependencies/
/docs/_build
/docs/_build/doctrees/
/docs/_build/html
/dist/
/plaso.egg-info

Expand Down
2 changes: 1 addition & 1 deletion config/dpkg/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ python-plaso (1.3.1-1) unstable; urgency=low

* Auto-generated

-- Log2Timeline <[email protected]> Wed, 23 Sep 2015 22:56:35 +0200
-- Log2Timeline <[email protected]> Thu, 24 Sep 2015 17:58:39 +0200
Empty file added docs/_build/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion plaso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__version__ = '1.3.1'

VERSION_DEV = True
VERSION_DATE = '20150923'
VERSION_DATE = '20150924'


def GetVersion():
Expand Down

0 comments on commit 42c04aa

Please sign in to comment.