Skip to content

Commit 31d25c9

Browse files
committed
1.0.5 candidate
1 parent 9aecfc0 commit 31d25c9

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Install from pip (or download and install from GitHub):
8080

8181
pip install pyverilog
8282

83-
- IPgen: 0.3.0 or later
83+
- IPgen: 0.3.1 or later
8484

8585
Install from pip (or download and install from GitHub):
8686

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Install from pip (or download and install from GitHub):
9191

9292
pip install pyverilog
9393

94-
- IPgen: 0.3.0 or later
94+
- IPgen: 0.3.1 or later
9595

9696
Install from pip (or download and install from GitHub):
9797

docker/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:14.04
1+
FROM ubuntu:16.04
22
RUN apt-get update && apt-get upgrade -y
33
RUN apt-get install build-essential -y
44
RUN apt-get install git -y
@@ -9,6 +9,8 @@ RUN pip install jinja2
99
RUN pip3 install jinja2
1010
RUN pip install pyverilog
1111
RUN pip3 install pyverilog
12+
RUN pip install ipgen
13+
RUN pip3 install ipgen
1214
RUN mkdir /home/veriloggen/
1315
WORKDIR "/home/veriloggen"
1416
RUN git clone https://github.com/PyHDI/veriloggen.git

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def read(filename):
2222
url='https://github.com/PyHDI/veriloggen',
2323
packages=find_packages(),
2424
#package_data={ 'path' : ['*.*'], },
25-
install_requires=['pyverilog>=1.1.1', 'ipgen>=0.3.0', 'Jinja2>=2.8'],
25+
install_requires=['pyverilog>=1.1.1', 'ipgen>=0.3.1', 'Jinja2>=2.8'],
2626
extras_require={
2727
'graph': ['pygraphviz>=1.3.1'],
2828
'test': ['pytest>=2.8.2', 'pytest-pythonpath>=0.7'],

veriloggen/utils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.0.5-dev"
1+
VERSION = "1.0.5"

0 commit comments

Comments
 (0)