Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jandecaluwe committed Mar 28, 2018
1 parent b7a02af commit bafd25f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
MyHDL 1.0dev
============
MyHDL 0.10
==========

[![Join the chat at https://gitter.im/jandecaluwe/myhdl](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/myhdl/myhdl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Expand Up @@ -46,7 +46,7 @@

# General information about the project.
project = u'MyHDL'
copyright = u'2015, Jan Decaluwe'
copyright = u'2018, Jan Decaluwe'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -170,7 +170,7 @@
# base URL from which the finished HTML is served.
#html_use_opensearch = ''

# This is the file name suffix for HTML files (e.g. ".xhtml").
s This is the file name suffix for HTML files (e.g. ".xhtml").
#html_file_suffix = None

# Output file base name for HTML help builder.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst
Expand Up @@ -18,7 +18,7 @@ Welcome to the MyHDL documentation
:maxdepth: 2

manual/index
whatsnew/1.0
whatsnew/0.10
python3

Old Whatsnew documents
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion myhdl/__init__.py
Expand Up @@ -52,7 +52,7 @@
from __future__ import absolute_import
from __future__ import print_function

__version__ = "1.0dev"
__version__ = "0.10"


class StopSimulation(Exception):
Expand Down

0 comments on commit bafd25f

Please sign in to comment.