File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11# MiniCPS makefile
22
33# VARIABLES {{{1
4+
5+ LATEST_VERSION = 1.1.3
46MININET = sudo mn
57
68PYTHON = sudo python
@@ -145,6 +147,6 @@ pypi-wheel:
145147 ./setup.py sdist bdist_wheel
146148
147149pypi-upload :
148- $(UPLOADER ) upload dist/*
150+ $(UPLOADER ) upload dist/minicps- $( LATEST_VERSION ) *
149151
150152# }}}
Original file line number Diff line number Diff line change 11# Releases and Changelog
22
3+ ## Version 1.1.3 (2017-05-14)
4+
5+ ### Misc
6+
7+ * Add ` CONTRIBTING.md ` and related docs
8+ * Clarify difference between user and devs installations
9+
10+ * Fix dependencies issues
11+
312## Version 1.1.2 (2017-05-14)
413
514### Misc
Original file line number Diff line number Diff line change 77# NOTE: https://packaging.python.org/
88setup (
99 name = 'minicps' ,
10- version = '1.1.2 ' ,
10+ version = '1.1.3 ' ,
1111 description = 'MiniCPS: a framework for Cyber-Physical Systems \
1212 real-time simulation, built on top of mininet.' ,
1313 # NOTE: long_description displayed on PyPi
You can’t perform that action at this time.
0 commit comments